Html Css Color HEX #CDD421 Barberry

📋 copy color: '#CDD421'

red 205 ◦ green 212 ◦ blue 33

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

Shades of Barberry #CDD421

Tints of Barberry #CDD421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

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

R = 45.56%
G = 47.11%
B = 7.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#CDD421 (or 0xCDD421) is known color: Barberry. HEX triplet: CD, D4 and 21. RGB value is (205,212,33). Sum of RGB (Red+Green+Blue) = 205+212+33=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD421 is #322BDE. Grayscale: #BEBEBE. Windows color (decimal): -3288031 or 2217165. OLE color: 2217165.

HSL color Cylindrical-coordinate representation of color #CDD421: hue angle of 62.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD421 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 33 -
CMYK 0.03 0 0.84 0.17
HSL 62.35º 0.73% 0.48% -
HSV(B) 62.35º 0.84% 0.83% -
XYZ 48.99 60.18 10.47 -
YUV 189.5 39.68 139.05 -
System Red Green Blue C M Y K H S L
Decimal 205 212 33 0.03 0 0.84 0.17 62.35 0.73 0.48
Hex CD D4 21 3 0 54 11 3E 49 30
Octal 315 324 41 3 0 124 21 76 111 60
Binary 11001101 11010100 100001 11 0 1010100 10001 111110 1001001 110000

Color Harmonies of #CDD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD421

Black with #CDD421

Text Example


Text Example

White with #CDD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD421; }

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

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

background-color css

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

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

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

border-color css

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

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

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