Html Css Color HEX #CF8B15 Buttercup

📋 copy color: '#CF8B15'

red 207 ◦ green 139 ◦ blue 21

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

Shades of Buttercup #CF8B15

Tints of Buttercup #CF8B15

RGB

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

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

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

R = 56.4%
G = 37.87%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8B15 (or 0xCF8B15) is known color: Buttercup. HEX triplet: CF, 8B and 15. RGB value is (207,139,21). Sum of RGB (Red+Green+Blue) = 207+139+21=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B15 is #3074EA. Grayscale: #929292. Windows color (decimal): -3175659 or 1412047. OLE color: 1412047.

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

Color convert

RGB 207 139 21 -
CMYK 0 0.33 0.90 0.19
HSL 38.06º 0.82% 0.45% -
HSV(B) 38.06º 0.9% 0.81% -
XYZ 35.1 31.78 4.99 -
YUV 145.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 207 139 21 0 0.33 0.90 0.19 38.06 0.82 0.45
Hex CF 8B 15 0 21 5A 13 26 52 2D
Octal 317 213 25 0 41 132 23 46 122 55
Binary 11001111 10001011 10101 0 100001 1011010 10011 100110 1010010 101101

Color Harmonies of #CF8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B15

Black with #CF8B15

Text Example


Text Example

White with #CF8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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