Html Css Color HEX #D0CD20 Barberry

📋 copy color: '#D0CD20'

red 208 ◦ green 205 ◦ blue 32

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

Shades of Barberry #D0CD20

Tints of Barberry #D0CD20

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0CD20 (or 0xD0CD20) is known color: Barberry. HEX triplet: D0, CD and 20. RGB value is (208,205,32). Sum of RGB (Red+Green+Blue) = 208+205+32=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD20 is #2F32DF. Grayscale: #BABABA. Windows color (decimal): -3093216 or 2149840. OLE color: 2149840.

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

Color convert

RGB 208 205 32 -
CMYK 0 0.01 0.85 0.18
HSL 58.98º 0.73% 0.47% -
HSV(B) 58.98º 0.85% 0.82% -
XYZ 48.1 57.18 9.87 -
YUV 186.18 40.99 143.57 -
System Red Green Blue C M Y K H S L
Decimal 208 205 32 0 0.01 0.85 0.18 58.98 0.73 0.47
Hex D0 CD 20 0 1 55 12 3B 49 2F
Octal 320 315 40 0 1 125 22 73 111 57
Binary 11010000 11001101 100000 0 1 1010101 10010 111011 1001001 101111

Color Harmonies of #D0CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD20

Black with #D0CD20

Text Example


Text Example

White with #D0CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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