Html Css Color HEX #CDD020 Barberry

📋 copy color: '#CDD020'

red 205 ◦ green 208 ◦ blue 32

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

Shades of Barberry #CDD020

Tints of Barberry #CDD020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 46.07%
G = 46.74%
B = 7.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CDD020 (or 0xCDD020) is known color: Barberry. HEX triplet: CD, D0 and 20. RGB value is (205,208,32). Sum of RGB (Red+Green+Blue) = 205+208+32=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD020 is #322FDF. Grayscale: #BBBBBB. Windows color (decimal): -3289056 or 2150605. OLE color: 2150605.

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

Color convert

RGB 205 208 32 -
CMYK 0.01 0 0.85 0.18
HSL 61.02º 0.73% 0.47% -
HSV(B) 61.02º 0.85% 0.82% -
XYZ 47.99 58.2 10.07 -
YUV 187.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 205 208 32 0.01 0 0.85 0.18 61.02 0.73 0.47
Hex CD D0 20 1 0 55 12 3D 49 2F
Octal 315 320 40 1 0 125 22 75 111 57
Binary 11001101 11010000 100000 1 0 1010101 10010 111101 1001001 101111

Color Harmonies of #CDD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD020

Black with #CDD020

Text Example


Text Example

White with #CDD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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