Html Css Color HEX #CF8D1A Buttercup

📋 copy color: '#CF8D1A'

red 207 ◦ green 141 ◦ blue 26

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

Shades of Buttercup #CF8D1A

Tints of Buttercup #CF8D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 55.35%
G = 37.7%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF8D1A (or 0xCF8D1A) is known color: Buttercup. HEX triplet: CF, 8D and 1A. RGB value is (207,141,26). Sum of RGB (Red+Green+Blue) = 207+141+26=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D1A is #3072E5. Grayscale: #949494. Windows color (decimal): -3175142 or 1740239. OLE color: 1740239.

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

Color convert

RGB 207 141 26 -
CMYK 0 0.32 0.87 0.19
HSL 38.12º 0.78% 0.46% -
HSV(B) 38.12º 0.87% 0.81% -
XYZ 35.44 32.39 5.36 -
YUV 147.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 207 141 26 0 0.32 0.87 0.19 38.12 0.78 0.46
Hex CF 8D 1A 0 20 57 13 26 4E 2E
Octal 317 215 32 0 40 127 23 46 116 56
Binary 11001111 10001101 11010 0 100000 1010111 10011 100110 1001110 101110

Color Harmonies of #CF8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D1A

Black with #CF8D1A

Text Example


Text Example

White with #CF8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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