Html Css Color HEX #CF9820 Buttercup

📋 copy color: '#CF9820'

red 207 ◦ green 152 ◦ blue 32

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

Shades of Buttercup #CF9820

Tints of Buttercup #CF9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 52.94%
G = 38.87%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9820 (or 0xCF9820) is known color: Buttercup. HEX triplet: CF, 98 and 20. RGB value is (207,152,32). Sum of RGB (Red+Green+Blue) = 207+152+32=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9820 is #3067DF. Grayscale: #9B9B9B. Windows color (decimal): -3172320 or 2136271. OLE color: 2136271.

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

Color convert

RGB 207 152 32 -
CMYK 0 0.27 0.85 0.19
HSL 41.14º 0.73% 0.47% -
HSV(B) 41.14º 0.85% 0.81% -
XYZ 37.22 35.83 6.32 -
YUV 154.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 207 152 32 0 0.27 0.85 0.19 41.14 0.73 0.47
Hex CF 98 20 0 1B 55 13 29 49 2F
Octal 317 230 40 0 33 125 23 51 111 57
Binary 11001111 10011000 100000 0 11011 1010101 10011 101001 1001001 101111

Color Harmonies of #CF9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9820

Black with #CF9820

Text Example


Text Example

White with #CF9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9820; }

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

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

background-color css

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

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

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

border-color css

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

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

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