Html Css Color HEX #CF891E Buttercup

📋 copy color: '#CF891E'

red 207 ◦ green 137 ◦ blue 30

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

Shades of Buttercup #CF891E

Tints of Buttercup #CF891E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 55.35%
G = 36.63%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF891E (or 0xCF891E) is known color: Buttercup. HEX triplet: CF, 89 and 1E. RGB value is (207,137,30). Sum of RGB (Red+Green+Blue) = 207+137+30=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF891E is #3076E1. Grayscale: #929292. Windows color (decimal): -3176162 or 2001359. OLE color: 2001359.

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

Color convert

RGB 207 137 30 -
CMYK 0 0.34 0.86 0.19
HSL 36.27º 0.75% 0.46% -
HSV(B) 36.27º 0.86% 0.81% -
XYZ 34.91 31.25 5.42 -
YUV 145.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 207 137 30 0 0.34 0.86 0.19 36.27 0.75 0.46
Hex CF 89 1E 0 22 56 13 24 4B 2E
Octal 317 211 36 0 42 126 23 44 113 56
Binary 11001111 10001001 11110 0 100010 1010110 10011 100100 1001011 101110

Color Harmonies of #CF891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF891E

Black with #CF891E

Text Example


Text Example

White with #CF891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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