Html Css Color HEX #CF8B1F Buttercup

📋 copy color: '#CF8B1F'

red 207 ◦ green 139 ◦ blue 31

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

Shades of Buttercup #CF8B1F

Tints of Buttercup #CF8B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 54.91%
G = 36.87%
B = 8.22%

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

#CF8B1F (or 0xCF8B1F) is known color: Buttercup. HEX triplet: CF, 8B and 1F. RGB value is (207,139,31). Sum of RGB (Red+Green+Blue) = 207+139+31=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B1F is #3074E0. Grayscale: #939393. Windows color (decimal): -3175649 or 2067407. OLE color: 2067407.

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

Color convert

RGB 207 139 31 -
CMYK 0 0.33 0.85 0.19
HSL 36.82º 0.74% 0.47% -
HSV(B) 36.82º 0.85% 0.81% -
XYZ 35.21 31.83 5.58 -
YUV 147.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 207 139 31 0 0.33 0.85 0.19 36.82 0.74 0.47
Hex CF 8B 1F 0 21 55 13 25 4A 2F
Octal 317 213 37 0 41 125 23 45 112 57
Binary 11001111 10001011 11111 0 100001 1010101 10011 100101 1001010 101111

Color Harmonies of #CF8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B1F

Black with #CF8B1F

Text Example


Text Example

White with #CF8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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