Html Css Color HEX #CF8920 Buttercup

📋 copy color: '#CF8920'

red 207 ◦ green 137 ◦ blue 32

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

Shades of Buttercup #CF8920

Tints of Buttercup #CF8920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 55.05%
G = 36.44%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8920 (or 0xCF8920) is known color: Buttercup. HEX triplet: CF, 89 and 20. RGB value is (207,137,32). Sum of RGB (Red+Green+Blue) = 207+137+32=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8920 is #3076DF. Grayscale: #929292. Windows color (decimal): -3176160 or 2132431. OLE color: 2132431.

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

Color convert

RGB 207 137 32 -
CMYK 0 0.34 0.85 0.19
HSL 36º 0.73% 0.47% -
HSV(B) 36º 0.85% 0.81% -
XYZ 34.94 31.26 5.56 -
YUV 145.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 207 137 32 0 0.34 0.85 0.19 36 0.73 0.47
Hex CF 89 20 0 22 55 13 24 49 2F
Octal 317 211 40 0 42 125 23 44 111 57
Binary 11001111 10001001 100000 0 100010 1010101 10011 100100 1001001 101111

Color Harmonies of #CF8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8920

Black with #CF8920

Text Example


Text Example

White with #CF8920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8920; }

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

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

background-color css

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

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

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

border-color css

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

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

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