Html Css Color HEX #CFC220 Barberry

📋 copy color: '#CFC220'

red 207 ◦ green 194 ◦ blue 32

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

Shades of Barberry #CFC220

Tints of Barberry #CFC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

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

R = 47.81%
G = 44.8%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC220 (or 0xCFC220) is known color: Barberry. HEX triplet: CF, C2 and 20. RGB value is (207,194,32). Sum of RGB (Red+Green+Blue) = 207+194+32=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC220 is #303DDF. Grayscale: #B4B4B4. Windows color (decimal): -3161568 or 2147023. OLE color: 2147023.

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

Color convert

RGB 207 194 32 -
CMYK 0 0.06 0.85 0.19
HSL 55.54º 0.73% 0.47% -
HSV(B) 55.54º 0.85% 0.81% -
XYZ 45.28 51.95 9.01 -
YUV 179.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 207 194 32 0 0.06 0.85 0.19 55.54 0.73 0.47
Hex CF C2 20 0 6 55 13 38 49 2F
Octal 317 302 40 0 6 125 23 70 111 57
Binary 11001111 11000010 100000 0 110 1010101 10011 111000 1001001 101111

Color Harmonies of #CFC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC220

Black with #CFC220

Text Example


Text Example

White with #CFC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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