Html Css Color HEX #CF8E15 Buttercup

📋 copy color: '#CF8E15'

red 207 ◦ green 142 ◦ blue 21

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

Shades of Buttercup #CF8E15

Tints of Buttercup #CF8E15

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 55.95%
G = 38.38%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8E15 (or 0xCF8E15) is known color: Buttercup. HEX triplet: CF, 8E and 15. RGB value is (207,142,21). Sum of RGB (Red+Green+Blue) = 207+142+21=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8E15 is #3071EA. Grayscale: #949494. Windows color (decimal): -3174891 or 1412815. OLE color: 1412815.

HSL color Cylindrical-coordinate representation of color #CF8E15: hue angle of 39.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF8E15 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 142 21 -
CMYK 0 0.31 0.90 0.19
HSL 39.03º 0.82% 0.45% -
HSV(B) 39.03º 0.9% 0.81% -
XYZ 35.54 32.67 5.14 -
YUV 147.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 207 142 21 0 0.31 0.90 0.19 39.03 0.82 0.45
Hex CF 8E 15 0 1F 5A 13 27 52 2D
Octal 317 216 25 0 37 132 23 47 122 55
Binary 11001111 10001110 10101 0 11111 1011010 10011 100111 1010010 101101

Color Harmonies of #CF8E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E15

Black with #CF8E15

Text Example


Text Example

White with #CF8E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E15; }

 p { color: rgb(207,142,21); }

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

background-color css

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

 a { background-color: rgb(207,142,21); }

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

border-color css

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

 span { border-color: rgb(207,142,21); }

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