Html Css Color HEX #CF9A28 Buttercup

📋 copy color: '#CF9A28'

red 207 ◦ green 154 ◦ blue 40

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

Shades of Buttercup #CF9A28

Tints of Buttercup #CF9A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 51.62%
G = 38.4%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF9A28 (or 0xCF9A28) is known color: Buttercup. HEX triplet: CF, 9A and 28. RGB value is (207,154,40). Sum of RGB (Red+Green+Blue) = 207+154+40=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A28 is #3065D7. Grayscale: #9D9D9D. Windows color (decimal): -3171800 or 2661071. OLE color: 2661071.

HSL color Cylindrical-coordinate representation of color #CF9A28: hue angle of 40.96º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF9A28 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 154 40 -
CMYK 0 0.26 0.81 0.19
HSL 40.96º 0.68% 0.48% -
HSV(B) 40.96º 0.81% 0.81% -
XYZ 37.67 36.53 7.07 -
YUV 156.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 207 154 40 0 0.26 0.81 0.19 40.96 0.68 0.48
Hex CF 9A 28 0 1A 51 13 29 44 30
Octal 317 232 50 0 32 121 23 51 104 60
Binary 11001111 10011010 101000 0 11010 1010001 10011 101001 1000100 110000

Color Harmonies of #CF9A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A28

Black with #CF9A28

Text Example


Text Example

White with #CF9A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A28; }

 p { color: rgb(207,154,40); }

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

background-color css

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

 a { background-color: rgb(207,154,40); }

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

border-color css

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

 span { border-color: rgb(207,154,40); }

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