Html Css Color HEX #CF8D20 Buttercup

📋 copy color: '#CF8D20'

red 207 ◦ green 141 ◦ blue 32

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

Shades of Buttercup #CF8D20

Tints of Buttercup #CF8D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 54.47%
G = 37.11%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8D20 (or 0xCF8D20) is known color: Buttercup. HEX triplet: CF, 8D and 20. RGB value is (207,141,32). Sum of RGB (Red+Green+Blue) = 207+141+32=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D20 is #3072DF. Grayscale: #949494. Windows color (decimal): -3175136 or 2133455. OLE color: 2133455.

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

Color convert

RGB 207 141 32 -
CMYK 0 0.32 0.85 0.19
HSL 37.37º 0.73% 0.47% -
HSV(B) 37.37º 0.85% 0.81% -
XYZ 35.52 32.42 5.75 -
YUV 148.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 207 141 32 0 0.32 0.85 0.19 37.37 0.73 0.47
Hex CF 8D 20 0 20 55 13 25 49 2F
Octal 317 215 40 0 40 125 23 45 111 57
Binary 11001111 10001101 100000 0 100000 1010101 10011 100101 1001001 101111

Color Harmonies of #CF8D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D20

Black with #CF8D20

Text Example


Text Example

White with #CF8D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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