Html Css Color HEX #CF9220 Buttercup

📋 copy color: '#CF9220'

red 207 ◦ green 146 ◦ blue 32

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

Shades of Buttercup #CF9220

Tints of Buttercup #CF9220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 53.77%
G = 37.92%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9220 (or 0xCF9220) is known color: Buttercup. HEX triplet: CF, 92 and 20. RGB value is (207,146,32). Sum of RGB (Red+Green+Blue) = 207+146+32=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9220 is #306DDF. Grayscale: #979797. Windows color (decimal): -3173856 or 2134735. OLE color: 2134735.

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

Color convert

RGB 207 146 32 -
CMYK 0 0.29 0.85 0.19
HSL 39.09º 0.73% 0.47% -
HSV(B) 39.09º 0.85% 0.81% -
XYZ 36.27 33.93 6 -
YUV 151.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 207 146 32 0 0.29 0.85 0.19 39.09 0.73 0.47
Hex CF 92 20 0 1D 55 13 27 49 2F
Octal 317 222 40 0 35 125 23 47 111 57
Binary 11001111 10010010 100000 0 11101 1010101 10011 100111 1001001 101111

Color Harmonies of #CF9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9220

Black with #CF9220

Text Example


Text Example

White with #CF9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9220; }

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

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

background-color css

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

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

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

border-color css

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

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

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