Html Css Color HEX #CF8919 Buttercup

📋 copy color: '#CF8919'

red 207 ◦ green 137 ◦ blue 25

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

Shades of Buttercup #CF8919

Tints of Buttercup #CF8919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 56.1%
G = 37.13%
B = 6.78%

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

#CF8919 (or 0xCF8919) is known color: Buttercup. HEX triplet: CF, 89 and 19. RGB value is (207,137,25). Sum of RGB (Red+Green+Blue) = 207+137+25=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8919 is #3076E6. Grayscale: #919191. Windows color (decimal): -3176167 or 1673679. OLE color: 1673679.

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

Color convert

RGB 207 137 25 -
CMYK 0 0.34 0.88 0.19
HSL 36.92º 0.78% 0.45% -
HSV(B) 36.92º 0.88% 0.81% -
XYZ 34.85 31.23 5.11 -
YUV 145.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 207 137 25 0 0.34 0.88 0.19 36.92 0.78 0.45
Hex CF 89 19 0 22 58 13 25 4E 2D
Octal 317 211 31 0 42 130 23 45 116 55
Binary 11001111 10001001 11001 0 100010 1011000 10011 100101 1001110 101101

Color Harmonies of #CF8919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8919

Black with #CF8919

Text Example


Text Example

White with #CF8919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8919; }

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

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

background-color css

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

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

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

border-color css

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

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

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