Html Css Color HEX #CF8A1E Buttercup

📋 copy color: '#CF8A1E'

red 207 ◦ green 138 ◦ blue 30

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

Shades of Buttercup #CF8A1E

Tints of Buttercup #CF8A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 55.2%
G = 36.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF8A1E (or 0xCF8A1E) is known color: Buttercup. HEX triplet: CF, 8A and 1E. RGB value is (207,138,30). Sum of RGB (Red+Green+Blue) = 207+138+30=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A1E is #3075E1. Grayscale: #929292. Windows color (decimal): -3175906 or 2001615. OLE color: 2001615.

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

Color convert

RGB 207 138 30 -
CMYK 0 0.33 0.86 0.19
HSL 36.61º 0.75% 0.46% -
HSV(B) 36.61º 0.86% 0.81% -
XYZ 35.05 31.54 5.47 -
YUV 146.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 207 138 30 0 0.33 0.86 0.19 36.61 0.75 0.46
Hex CF 8A 1E 0 21 56 13 25 4B 2E
Octal 317 212 36 0 41 126 23 45 113 56
Binary 11001111 10001010 11110 0 100001 1010110 10011 100101 1001011 101110

Color Harmonies of #CF8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A1E

Black with #CF8A1E

Text Example


Text Example

White with #CF8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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