Html Css Color HEX #CF9620 Buttercup

📋 copy color: '#CF9620'

red 207 ◦ green 150 ◦ blue 32

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

Shades of Buttercup #CF9620

Tints of Buttercup #CF9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 53.21%
G = 38.56%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9620 (or 0xCF9620) is known color: Buttercup. HEX triplet: CF, 96 and 20. RGB value is (207,150,32). Sum of RGB (Red+Green+Blue) = 207+150+32=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9620 is #3069DF. Grayscale: #9A9A9A. Windows color (decimal): -3172832 or 2135759. OLE color: 2135759.

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

Color convert

RGB 207 150 32 -
CMYK 0 0.28 0.85 0.19
HSL 40.46º 0.73% 0.47% -
HSV(B) 40.46º 0.85% 0.81% -
XYZ 36.9 35.18 6.21 -
YUV 153.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 207 150 32 0 0.28 0.85 0.19 40.46 0.73 0.47
Hex CF 96 20 0 1C 55 13 28 49 2F
Octal 317 226 40 0 34 125 23 50 111 57
Binary 11001111 10010110 100000 0 11100 1010101 10011 101000 1001001 101111

Color Harmonies of #CF9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9620

Black with #CF9620

Text Example


Text Example

White with #CF9620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9620; }

 p { color: rgb(207,150,32); }

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

background-color css

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

 a { background-color: rgb(207,150,32); }

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

border-color css

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

 span { border-color: rgb(207,150,32); }

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