Html Css Color HEX #CDC524 Barberry

📋 copy color: '#CDC524'

red 205 ◦ green 197 ◦ blue 36

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

Shades of Barberry #CDC524

Tints of Barberry #CDC524

RGB

 RED value IS 205 (80.47% from 255) = 46.8%

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

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 46.8%
G = 44.98%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDC524 (or 0xCDC524) is known color: Barberry. HEX triplet: CD, C5 and 24. RGB value is (205,197,36). Sum of RGB (Red+Green+Blue) = 205+197+36=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC524 is #323ADB. Grayscale: #B5B5B5. Windows color (decimal): -3291868 or 2409933. OLE color: 2409933.

HSL color Cylindrical-coordinate representation of color #CDC524: hue angle of 57.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDC524 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 36 -
CMYK 0 0.04 0.82 0.20
HSL 57.16º 0.7% 0.47% -
HSV(B) 57.16º 0.82% 0.8% -
XYZ 45.46 53.04 9.51 -
YUV 181.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 205 197 36 0 0.04 0.82 0.20 57.16 0.7 0.47
Hex CD C5 24 0 4 52 14 39 46 2F
Octal 315 305 44 0 4 122 24 71 106 57
Binary 11001101 11000101 100100 0 100 1010010 10100 111001 1000110 101111

Color Harmonies of #CDC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC524

Black with #CDC524

Text Example


Text Example

White with #CDC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC524; }

 p { color: rgb(205,197,36); }

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

background-color css

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

 a { background-color: rgb(205,197,36); }

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

border-color css

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

 span { border-color: rgb(205,197,36); }

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