Html Css Color HEX #CF9429 Buttercup

📋 copy color: '#CF9429'

red 207 ◦ green 148 ◦ blue 41

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

Shades of Buttercup #CF9429

Tints of Buttercup #CF9429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 52.27%
G = 37.37%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF9429 (or 0xCF9429) is known color: Buttercup. HEX triplet: CF, 94 and 29. RGB value is (207,148,41). Sum of RGB (Red+Green+Blue) = 207+148+41=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9429 is #306BD6. Grayscale: #999999. Windows color (decimal): -3173335 or 2725071. OLE color: 2725071.

HSL color Cylindrical-coordinate representation of color #CF9429: hue angle of 38.67º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF9429 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 41 -
CMYK 0 0.29 0.80 0.19
HSL 38.67º 0.67% 0.49% -
HSV(B) 38.67º 0.8% 0.81% -
XYZ 36.72 34.61 6.84 -
YUV 153.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 207 148 41 0 0.29 0.80 0.19 38.67 0.67 0.49
Hex CF 94 29 0 1D 50 13 27 43 31
Octal 317 224 51 0 35 120 23 47 103 61
Binary 11001111 10010100 101001 0 11101 1010000 10011 100111 1000011 110001

Color Harmonies of #CF9429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9429

Black with #CF9429

Text Example


Text Example

White with #CF9429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9429; }

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

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

background-color css

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

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

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

border-color css

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

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

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