Html Css Color HEX #CDC528 Barberry

📋 copy color: '#CDC528'

red 205 ◦ green 197 ◦ blue 40

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

Shades of Barberry #CDC528

Tints of Barberry #CDC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.05%

R = 46.38%
G = 44.57%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDC528 (or 0xCDC528) is known color: Barberry. HEX triplet: CD, C5 and 28. RGB value is (205,197,40). Sum of RGB (Red+Green+Blue) = 205+197+40=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC528 is #323AD7. Grayscale: #B6B6B6. Windows color (decimal): -3291864 or 2672077. OLE color: 2672077.

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

Color convert

RGB 205 197 40 -
CMYK 0 0.04 0.80 0.20
HSL 57.09º 0.67% 0.48% -
HSV(B) 57.09º 0.8% 0.8% -
XYZ 45.53 53.06 9.85 -
YUV 181.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 205 197 40 0 0.04 0.80 0.20 57.09 0.67 0.48
Hex CD C5 28 0 4 50 14 39 43 30
Octal 315 305 50 0 4 120 24 71 103 60
Binary 11001101 11000101 101000 0 100 1010000 10100 111001 1000011 110000

Color Harmonies of #CDC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC528

Black with #CDC528

Text Example


Text Example

White with #CDC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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