Html Css Color HEX #CDC52D Barberry

📋 copy color: '#CDC52D'

red 205 ◦ green 197 ◦ blue 45

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

Shades of Barberry #CDC52D

Tints of Barberry #CDC52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 45.86%
G = 44.07%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDC52D (or 0xCDC52D) is known color: Barberry. HEX triplet: CD, C5 and 2D. RGB value is (205,197,45). Sum of RGB (Red+Green+Blue) = 205+197+45=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC52D is #323AD2. Grayscale: #B6B6B6. Windows color (decimal): -3291859 or 2999757. OLE color: 2999757.

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

Color convert

RGB 205 197 45 -
CMYK 0 0.04 0.78 0.20
HSL 57º 0.64% 0.49% -
HSV(B) 57º 0.78% 0.8% -
XYZ 45.62 53.1 10.33 -
YUV 182.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 205 197 45 0 0.04 0.78 0.20 57 0.64 0.49
Hex CD C5 2D 0 4 4E 14 39 40 31
Octal 315 305 55 0 4 116 24 71 100 61
Binary 11001101 11000101 101101 0 100 1001110 10100 111001 1000000 110001

Color Harmonies of #CDC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC52D

Black with #CDC52D

Text Example


Text Example

White with #CDC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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