Html Css Color HEX #CF8C1F Buttercup

📋 copy color: '#CF8C1F'

red 207 ◦ green 140 ◦ blue 31

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

Shades of Buttercup #CF8C1F

Tints of Buttercup #CF8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 54.76%
G = 37.04%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8C1F (or 0xCF8C1F) is known color: Buttercup. HEX triplet: CF, 8C and 1F. RGB value is (207,140,31). Sum of RGB (Red+Green+Blue) = 207+140+31=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C1F is #3073E0. Grayscale: #949494. Windows color (decimal): -3175393 or 2067663. OLE color: 2067663.

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

Color convert

RGB 207 140 31 -
CMYK 0 0.32 0.85 0.19
HSL 37.16º 0.74% 0.47% -
HSV(B) 37.16º 0.85% 0.81% -
XYZ 35.36 32.12 5.63 -
YUV 147.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 207 140 31 0 0.32 0.85 0.19 37.16 0.74 0.47
Hex CF 8C 1F 0 20 55 13 25 4A 2F
Octal 317 214 37 0 40 125 23 45 112 57
Binary 11001111 10001100 11111 0 100000 1010101 10011 100101 1001010 101111

Color Harmonies of #CF8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C1F

Black with #CF8C1F

Text Example


Text Example

White with #CF8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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