Html Css Color HEX #CF8B20 Buttercup

📋 copy color: '#CF8B20'

red 207 ◦ green 139 ◦ blue 32

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

Shades of Buttercup #CF8B20

Tints of Buttercup #CF8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 54.76%
G = 36.77%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8B20 (or 0xCF8B20) is known color: Buttercup. HEX triplet: CF, 8B and 20. RGB value is (207,139,32). Sum of RGB (Red+Green+Blue) = 207+139+32=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B20 is #3074DF. Grayscale: #939393. Windows color (decimal): -3175648 or 2132943. OLE color: 2132943.

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

Color convert

RGB 207 139 32 -
CMYK 0 0.33 0.85 0.19
HSL 36.69º 0.73% 0.47% -
HSV(B) 36.69º 0.85% 0.81% -
XYZ 35.23 31.83 5.65 -
YUV 147.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 207 139 32 0 0.33 0.85 0.19 36.69 0.73 0.47
Hex CF 8B 20 0 21 55 13 25 49 2F
Octal 317 213 40 0 41 125 23 45 111 57
Binary 11001111 10001011 100000 0 100001 1010101 10011 100101 1001001 101111

Color Harmonies of #CF8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B20

Black with #CF8B20

Text Example


Text Example

White with #CF8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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