Html Css Color HEX #D0C720 Barberry

📋 copy color: '#D0C720'

red 208 ◦ green 199 ◦ blue 32

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

Shades of Barberry #D0C720

Tints of Barberry #D0C720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 47.38%
G = 45.33%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0C720 (or 0xD0C720) is known color: Barberry. HEX triplet: D0, C7 and 20. RGB value is (208,199,32). Sum of RGB (Red+Green+Blue) = 208+199+32=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C720 is #2F38DF. Grayscale: #B7B7B7. Windows color (decimal): -3094752 or 2148304. OLE color: 2148304.

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

Color convert

RGB 208 199 32 -
CMYK 0 0.04 0.85 0.18
HSL 56.93º 0.73% 0.47% -
HSV(B) 56.93º 0.85% 0.82% -
XYZ 46.7 54.36 9.4 -
YUV 182.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 208 199 32 0 0.04 0.85 0.18 56.93 0.73 0.47
Hex D0 C7 20 0 4 55 12 39 49 2F
Octal 320 307 40 0 4 125 22 71 111 57
Binary 11010000 11000111 100000 0 100 1010101 10010 111001 1001001 101111

Color Harmonies of #D0C720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C720

Black with #D0C720

Text Example


Text Example

White with #D0C720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C720; }

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

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

background-color css

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

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

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

border-color css

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

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

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