Html Css Color HEX #CDD121 Barberry

📋 copy color: '#CDD121'

red 205 ◦ green 209 ◦ blue 33

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

Shades of Barberry #CDD121

Tints of Barberry #CDD121

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

 BLUE value IS 33 (13.28% from 255) = 7.38%

R = 45.86%
G = 46.76%
B = 7.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#CDD121 (or 0xCDD121) is known color: Barberry. HEX triplet: CD, D1 and 21. RGB value is (205,209,33). Sum of RGB (Red+Green+Blue) = 205+209+33=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD121 is #322EDE. Grayscale: #BCBCBC. Windows color (decimal): -3288799 or 2216397. OLE color: 2216397.

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

Color convert

RGB 205 209 33 -
CMYK 0.02 0 0.84 0.18
HSL 61.36º 0.73% 0.47% -
HSV(B) 61.36º 0.84% 0.82% -
XYZ 48.25 58.69 10.22 -
YUV 187.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 205 209 33 0.02 0 0.84 0.18 61.36 0.73 0.47
Hex CD D1 21 2 0 54 12 3D 49 2F
Octal 315 321 41 2 0 124 22 75 111 57
Binary 11001101 11010001 100001 10 0 1010100 10010 111101 1001001 101111

Color Harmonies of #CDD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD121

Black with #CDD121

Text Example


Text Example

White with #CDD121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD121; }

 p { color: rgb(205,209,33); }

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

background-color css

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

 a { background-color: rgb(205,209,33); }

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

border-color css

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

 span { border-color: rgb(205,209,33); }

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