Html Css Color HEX #CDD215 Barberry

📋 copy color: '#CDD215'

red 205 ◦ green 210 ◦ blue 21

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

Shades of Barberry #CDD215

Tints of Barberry #CDD215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 47.02%
G = 48.17%
B = 4.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CDD215 (or 0xCDD215) is known color: Barberry. HEX triplet: CD, D2 and 15. RGB value is (205,210,21). Sum of RGB (Red+Green+Blue) = 205+210+21=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD215 is #322DEA. Grayscale: #BBBBBB. Windows color (decimal): -3288555 or 1430221. OLE color: 1430221.

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

Color convert

RGB 205 210 21 -
CMYK 0.02 0 0.90 0.18
HSL 61.59º 0.82% 0.45% -
HSV(B) 61.59º 0.9% 0.82% -
XYZ 48.36 59.13 9.57 -
YUV 186.96 34.34 140.87 -
System Red Green Blue C M Y K H S L
Decimal 205 210 21 0.02 0 0.90 0.18 61.59 0.82 0.45
Hex CD D2 15 2 0 5A 12 3E 52 2D
Octal 315 322 25 2 0 132 22 76 122 55
Binary 11001101 11010010 10101 10 0 1011010 10010 111110 1010010 101101

Color Harmonies of #CDD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD215

Black with #CDD215

Text Example


Text Example

White with #CDD215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD215; }

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

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

background-color css

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

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

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

border-color css

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

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

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