Html Css Color HEX #CDD212 Barberry

📋 copy color: '#CDD212'

red 205 ◦ green 210 ◦ blue 18

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

Shades of Barberry #CDD212

Tints of Barberry #CDD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 47.34%
G = 48.5%
B = 4.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#CDD212 (or 0xCDD212) is known color: Barberry. HEX triplet: CD, D2 and 12. RGB value is (205,210,18). Sum of RGB (Red+Green+Blue) = 205+210+18=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD212 is #322DED. Grayscale: #BBBBBB. Windows color (decimal): -3288558 or 1233613. OLE color: 1233613.

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

Color convert

RGB 205 210 18 -
CMYK 0.02 0 0.91 0.18
HSL 61.56º 0.84% 0.45% -
HSV(B) 61.56º 0.91% 0.82% -
XYZ 48.33 59.12 9.44 -
YUV 186.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 205 210 18 0.02 0 0.91 0.18 61.56 0.84 0.45
Hex CD D2 12 2 0 5B 12 3E 54 2D
Octal 315 322 22 2 0 133 22 76 124 55
Binary 11001101 11010010 10010 10 0 1011011 10010 111110 1010100 101101

Color Harmonies of #CDD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD212

Black with #CDD212

Text Example


Text Example

White with #CDD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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