Html Css Color HEX #CFC521 Barberry

📋 copy color: '#CFC521'

red 207 ◦ green 197 ◦ blue 33

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

Shades of Barberry #CFC521

Tints of Barberry #CFC521

RGB

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

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

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

R = 47.37%
G = 45.08%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFC521 (or 0xCFC521) is known color: Barberry. HEX triplet: CF, C5 and 21. RGB value is (207,197,33). Sum of RGB (Red+Green+Blue) = 207+197+33=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC521 is #303ADE. Grayscale: #B5B5B5. Windows color (decimal): -3160799 or 2213327. OLE color: 2213327.

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

Color convert

RGB 207 197 33 -
CMYK 0 0.05 0.84 0.19
HSL 56.55º 0.73% 0.47% -
HSV(B) 56.55º 0.84% 0.81% -
XYZ 45.97 53.31 9.31 -
YUV 181.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 207 197 33 0 0.05 0.84 0.19 56.55 0.73 0.47
Hex CF C5 21 0 5 54 13 39 48 2F
Octal 317 305 41 0 5 124 23 71 110 57
Binary 11001111 11000101 100001 0 101 1010100 10011 111001 1001000 101111

Color Harmonies of #CFC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC521

Black with #CFC521

Text Example


Text Example

White with #CFC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC521; }

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

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

background-color css

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

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

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

border-color css

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

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

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