Html Css Color HEX #CF8918 Buttercup

📋 copy color: '#CF8918'

red 207 ◦ green 137 ◦ blue 24

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

Shades of Buttercup #CF8918

Tints of Buttercup #CF8918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 56.25%
G = 37.23%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8918 (or 0xCF8918) is known color: Buttercup. HEX triplet: CF, 89 and 18. RGB value is (207,137,24). Sum of RGB (Red+Green+Blue) = 207+137+24=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8918 is #3076E7. Grayscale: #919191. Windows color (decimal): -3176168 or 1608143. OLE color: 1608143.

HSL color Cylindrical-coordinate representation of color #CF8918: hue angle of 37.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF8918 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 24 -
CMYK 0 0.34 0.88 0.19
HSL 37.05º 0.79% 0.45% -
HSV(B) 37.05º 0.88% 0.81% -
XYZ 34.84 31.22 5.05 -
YUV 145.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 207 137 24 0 0.34 0.88 0.19 37.05 0.79 0.45
Hex CF 89 18 0 22 58 13 25 4F 2D
Octal 317 211 30 0 42 130 23 45 117 55
Binary 11001111 10001001 11000 0 100010 1011000 10011 100101 1001111 101101

Color Harmonies of #CF8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8918

Black with #CF8918

Text Example


Text Example

White with #CF8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8918; }

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

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

background-color css

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

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

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

border-color css

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

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

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