Html Css Color HEX #CDD024 Barberry

📋 copy color: '#CDD024'

red 205 ◦ green 208 ◦ blue 36

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

Shades of Barberry #CDD024

Tints of Barberry #CDD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 45.66%
G = 46.33%
B = 8.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#CDD024 (or 0xCDD024) is known color: Barberry. HEX triplet: CD, D0 and 24. RGB value is (205,208,36). Sum of RGB (Red+Green+Blue) = 205+208+36=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD024 is #322FDB. Grayscale: #BCBCBC. Windows color (decimal): -3289052 or 2412749. OLE color: 2412749.

HSL color Cylindrical-coordinate representation of color #CDD024: hue angle of 61.05º degrees, saturation: 0.7, 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 #CDD024 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 36 -
CMYK 0.01 0 0.83 0.18
HSL 61.05º 0.7% 0.48% -
HSV(B) 61.05º 0.83% 0.82% -
XYZ 48.05 58.22 10.37 -
YUV 187.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 205 208 36 0.01 0 0.83 0.18 61.05 0.7 0.48
Hex CD D0 24 1 0 53 12 3D 46 30
Octal 315 320 44 1 0 123 22 75 106 60
Binary 11001101 11010000 100100 1 0 1010011 10010 111101 1000110 110000

Color Harmonies of #CDD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD024

Black with #CDD024

Text Example


Text Example

White with #CDD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD024; }

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

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

background-color css

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

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

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

border-color css

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

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

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