Html Css Color HEX #CFC520 Barberry

📋 copy color: '#CFC520'

red 207 ◦ green 197 ◦ blue 32

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

Shades of Barberry #CFC520

Tints of Barberry #CFC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

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

R = 47.48%
G = 45.18%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC520 (or 0xCFC520) is known color: Barberry. HEX triplet: CF, C5 and 20. RGB value is (207,197,32). Sum of RGB (Red+Green+Blue) = 207+197+32=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC520 is #303ADF. Grayscale: #B5B5B5. Windows color (decimal): -3160800 or 2147791. OLE color: 2147791.

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

Color convert

RGB 207 197 32 -
CMYK 0 0.05 0.85 0.19
HSL 56.57º 0.73% 0.47% -
HSV(B) 56.57º 0.85% 0.81% -
XYZ 45.96 53.3 9.23 -
YUV 181.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 207 197 32 0 0.05 0.85 0.19 56.57 0.73 0.47
Hex CF C5 20 0 5 55 13 39 49 2F
Octal 317 305 40 0 5 125 23 71 111 57
Binary 11001111 11000101 100000 0 101 1010101 10011 111001 1001001 101111

Color Harmonies of #CFC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC520

Black with #CFC520

Text Example


Text Example

White with #CFC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC520; }

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

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

background-color css

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

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

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

border-color css

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

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

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