Html Css Color HEX #CF9520 Buttercup

📋 copy color: '#CF9520'

red 207 ◦ green 149 ◦ blue 32

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

Shades of Buttercup #CF9520

Tints of Buttercup #CF9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 53.35%
G = 38.4%
B = 8.25%

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

#CF9520 (or 0xCF9520) is known color: Buttercup. HEX triplet: CF, 95 and 20. RGB value is (207,149,32). Sum of RGB (Red+Green+Blue) = 207+149+32=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9520 is #306ADF. Grayscale: #999999. Windows color (decimal): -3173088 or 2135503. OLE color: 2135503.

HSL color Cylindrical-coordinate representation of color #CF9520: hue angle of 40.11º 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 #CF9520 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 32 -
CMYK 0 0.28 0.85 0.19
HSL 40.11º 0.73% 0.47% -
HSV(B) 40.11º 0.85% 0.81% -
XYZ 36.74 34.86 6.16 -
YUV 153 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 207 149 32 0 0.28 0.85 0.19 40.11 0.73 0.47
Hex CF 95 20 0 1C 55 13 28 49 2F
Octal 317 225 40 0 34 125 23 50 111 57
Binary 11001111 10010101 100000 0 11100 1010101 10011 101000 1001001 101111

Color Harmonies of #CF9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9520

Black with #CF9520

Text Example


Text Example

White with #CF9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9520; }

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

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

background-color css

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

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

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

border-color css

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

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

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