Html Css Color HEX #CF9423 Buttercup

📋 copy color: '#CF9423'

red 207 ◦ green 148 ◦ blue 35

#CF9423
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #CF9423

Tints of Buttercup #CF9423

RGB

 RED value IS 207 (81.25% from 255) = 53.08%

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 35 (14.06% from 255) = 8.97%

R = 53.08%
G = 37.95%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF9423 (or 0xCF9423) is known color: Buttercup. HEX triplet: CF, 94 and 23. RGB value is (207,148,35). Sum of RGB (Red+Green+Blue) = 207+148+35=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9423 is #306BDC. Grayscale: #999999. Windows color (decimal): -3173341 or 2331855. OLE color: 2331855.

HSL color Cylindrical-coordinate representation of color #CF9423: hue angle of 39.42º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF9423 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 35 -
CMYK 0 0.29 0.83 0.19
HSL 39.42º 0.71% 0.47% -
HSV(B) 39.42º 0.83% 0.81% -
XYZ 36.63 34.57 6.33 -
YUV 152.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 207 148 35 0 0.29 0.83 0.19 39.42 0.71 0.47
Hex CF 94 23 0 1D 53 13 27 47 2F
Octal 317 224 43 0 35 123 23 47 107 57
Binary 11001111 10010100 100011 0 11101 1010011 10011 100111 1000111 101111

Color Harmonies of #CF9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9423

Black with #CF9423

Text Example


Text Example

White with #CF9423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9423; }

 p { color: rgb(207,148,35); }

 H1.HeaderClassName
 {
   color: #CF9423;
 }
 .AnyTagClassName
 {
   color: #CF9423;
 }
</style>

background-color css

<style>
 a { background-color: #CF9423; }

 a { background-color: rgb(207,148,35); }

 div.DivClassName
 {
   background-color: #CF9423;
 }
 .BgClassName
 {
   background-color: #CF9423;
 }
</style>

border-color css

<style>
 span { border-color: #CF9423; }

 span { border-color: rgb(207,148,35); }

 td.TdClassName
 {
   border-color: #CF9423;
 }
 .TagClassName
 {
   border-color: #CF9423;
 }
</style>