Html Css Color HEX #CF9221 Buttercup

📋 copy color: '#CF9221'

red 207 ◦ green 146 ◦ blue 33

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

Shades of Buttercup #CF9221

Tints of Buttercup #CF9221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 53.63%
G = 37.82%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF9221 (or 0xCF9221) is known color: Buttercup. HEX triplet: CF, 92 and 21. RGB value is (207,146,33). Sum of RGB (Red+Green+Blue) = 207+146+33=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9221 is #306DDE. Grayscale: #979797. Windows color (decimal): -3173855 or 2200271. OLE color: 2200271.

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

Color convert

RGB 207 146 33 -
CMYK 0 0.29 0.84 0.19
HSL 38.97º 0.73% 0.47% -
HSV(B) 38.97º 0.84% 0.81% -
XYZ 36.29 33.93 6.08 -
YUV 151.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 207 146 33 0 0.29 0.84 0.19 38.97 0.73 0.47
Hex CF 92 21 0 1D 54 13 27 48 2F
Octal 317 222 41 0 35 124 23 47 110 57
Binary 11001111 10010010 100001 0 11101 1010100 10011 100111 1001000 101111

Color Harmonies of #CF9221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9221

Black with #CF9221

Text Example


Text Example

White with #CF9221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9221; }

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

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

background-color css

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

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

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

border-color css

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

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

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