Html Css Color HEX #CDD224 Barberry

📋 copy color: '#CDD224'

red 205 ◦ green 210 ◦ blue 36

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

Shades of Barberry #CDD224

Tints of Barberry #CDD224

RGB

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

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

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

R = 45.45%
G = 46.56%
B = 7.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#CDD224 (or 0xCDD224) is known color: Barberry. HEX triplet: CD, D2 and 24. RGB value is (205,210,36). Sum of RGB (Red+Green+Blue) = 205+210+36=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD224 is #322DDB. Grayscale: #BDBDBD. Windows color (decimal): -3288540 or 2413261. OLE color: 2413261.

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

Color convert

RGB 205 210 36 -
CMYK 0.02 0 0.83 0.18
HSL 61.72º 0.71% 0.48% -
HSV(B) 61.72º 0.83% 0.82% -
XYZ 48.54 59.2 10.54 -
YUV 188.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 205 210 36 0.02 0 0.83 0.18 61.72 0.71 0.48
Hex CD D2 24 2 0 53 12 3E 47 30
Octal 315 322 44 2 0 123 22 76 107 60
Binary 11001101 11010010 100100 10 0 1010011 10010 111110 1000111 110000

Color Harmonies of #CDD224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD224

Black with #CDD224

Text Example


Text Example

White with #CDD224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD224; }

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

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

background-color css

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

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

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

border-color css

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

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

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