Html Css Color HEX #D0D022 Barberry

📋 copy color: '#D0D022'

red 208 ◦ green 208 ◦ blue 34

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

Shades of Barberry #D0D022

Tints of Barberry #D0D022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.56%

R = 46.22%
G = 46.22%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0D022 (or 0xD0D022) is known color: Barberry. HEX triplet: D0, D0 and 22. RGB value is (208,208,34). Sum of RGB (Red+Green+Blue) = 208+208+34=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D022 is #2F2FDD. Grayscale: #BCBCBC. Windows color (decimal): -3092446 or 2281680. OLE color: 2281680.

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

Color convert

RGB 208 208 34 -
CMYK 0 0 0.84 0.18
HSL 60º 0.72% 0.47% -
HSV(B) 60º 0.84% 0.82% -
XYZ 48.86 58.64 10.26 -
YUV 188.16 41 142.15 -
System Red Green Blue C M Y K H S L
Decimal 208 208 34 0 0 0.84 0.18 60 0.72 0.47
Hex D0 D0 22 0 0 54 12 3C 48 2F
Octal 320 320 42 0 0 124 22 74 110 57
Binary 11010000 11010000 100010 0 0 1010100 10010 111100 1001000 101111

Color Harmonies of #D0D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D022

Black with #D0D022

Text Example


Text Example

White with #D0D022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D022; }

 p { color: rgb(208,208,34); }

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

background-color css

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

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

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

border-color css

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

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

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