Html Css Color HEX #CF8D1E Buttercup

📋 copy color: '#CF8D1E'

red 207 ◦ green 141 ◦ blue 30

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

Shades of Buttercup #CF8D1E

Tints of Buttercup #CF8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

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

R = 54.76%
G = 37.3%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF8D1E (or 0xCF8D1E) is known color: Buttercup. HEX triplet: CF, 8D and 1E. RGB value is (207,141,30). Sum of RGB (Red+Green+Blue) = 207+141+30=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D1E is #3072E1. Grayscale: #949494. Windows color (decimal): -3175138 or 2002383. OLE color: 2002383.

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

Color convert

RGB 207 141 30 -
CMYK 0 0.32 0.86 0.19
HSL 37.63º 0.75% 0.46% -
HSV(B) 37.63º 0.86% 0.81% -
XYZ 35.49 32.41 5.61 -
YUV 148.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 207 141 30 0 0.32 0.86 0.19 37.63 0.75 0.46
Hex CF 8D 1E 0 20 56 13 26 4B 2E
Octal 317 215 36 0 40 126 23 46 113 56
Binary 11001111 10001101 11110 0 100000 1010110 10011 100110 1001011 101110

Color Harmonies of #CF8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D1E

Black with #CF8D1E

Text Example


Text Example

White with #CF8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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