Html Css Color HEX #D8D02A Barberry

📋 copy color: '#D8D02A'

red 216 ◦ green 208 ◦ blue 42

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

Shades of Barberry #D8D02A

Tints of Barberry #D8D02A

RGB

 RED value IS 216 (84.77% from 255) = 46.35%

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

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 46.35%
G = 44.64%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8D02A (or 0xD8D02A) is known color: Barberry. HEX triplet: D8, D0 and 2A. RGB value is (216,208,42). Sum of RGB (Red+Green+Blue) = 216+208+42=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D02A is #272FD5. Grayscale: #C0C0C0. Windows color (decimal): -2568150 or 2805976. OLE color: 2805976.

HSL color Cylindrical-coordinate representation of color #D8D02A: hue angle of 57.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8D02A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 42 -
CMYK 0 0.04 0.81 0.15
HSL 57.24º 0.69% 0.51% -
HSV(B) 57.24º 0.81% 0.85% -
XYZ 51.29 59.88 11.04 -
YUV 191.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 216 208 42 0 0.04 0.81 0.15 57.24 0.69 0.51
Hex D8 D0 2A 0 4 51 F 39 45 33
Octal 330 320 52 0 4 121 17 71 105 63
Binary 11011000 11010000 101010 0 100 1010001 1111 111001 1000101 110011

Color Harmonies of #D8D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D02A

Black with #D8D02A

Text Example


Text Example

White with #D8D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D02A; }

 p { color: rgb(216,208,42); }

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

background-color css

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

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

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

border-color css

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

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

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