Html Css Color HEX #CDD225 Barberry

📋 copy color: '#CDD225'

red 205 ◦ green 210 ◦ blue 37

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

Shades of Barberry #CDD225

Tints of Barberry #CDD225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.46%

 BLUE value IS 37 (14.84% from 255) = 8.19%

R = 45.35%
G = 46.46%
B = 8.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#CDD225 (or 0xCDD225) is known color: Barberry. HEX triplet: CD, D2 and 25. RGB value is (205,210,37). Sum of RGB (Red+Green+Blue) = 205+210+37=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD225 is #322DDA. Grayscale: #BDBDBD. Windows color (decimal): -3288539 or 2478797. OLE color: 2478797.

HSL color Cylindrical-coordinate representation of color #CDD225: hue angle of 61.73º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD225 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 37 -
CMYK 0.02 0 0.82 0.18
HSL 61.73º 0.7% 0.48% -
HSV(B) 61.73º 0.82% 0.82% -
XYZ 48.56 59.21 10.62 -
YUV 188.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 205 210 37 0.02 0 0.82 0.18 61.73 0.7 0.48
Hex CD D2 25 2 0 52 12 3E 46 30
Octal 315 322 45 2 0 122 22 76 106 60
Binary 11001101 11010010 100101 10 0 1010010 10010 111110 1000110 110000

Color Harmonies of #CDD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD225

Black with #CDD225

Text Example


Text Example

White with #CDD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD225; }

 p { color: rgb(205,210,37); }

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

background-color css

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

 a { background-color: rgb(205,210,37); }

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

border-color css

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

 span { border-color: rgb(205,210,37); }

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