Html Css Color HEX #D0D213 Barberry

📋 copy color: '#D0D213'

red 208 ◦ green 210 ◦ blue 19

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

Shades of Barberry #D0D213

Tints of Barberry #D0D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.05%

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 47.6%
G = 48.05%
B = 4.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0D213 (or 0xD0D213) is known color: Barberry. HEX triplet: D0, D2 and 13. RGB value is (208,210,19). Sum of RGB (Red+Green+Blue) = 208+210+19=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D213 is #2F2DEC. Grayscale: #BCBCBC. Windows color (decimal): -3091949 or 1299152. OLE color: 1299152.

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

Color convert

RGB 208 210 19 -
CMYK 0.01 0 0.91 0.18
HSL 60.63º 0.83% 0.45% -
HSV(B) 60.63º 0.91% 0.82% -
XYZ 49.18 59.55 9.52 -
YUV 187.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 208 210 19 0.01 0 0.91 0.18 60.63 0.83 0.45
Hex D0 D2 13 1 0 5B 12 3D 53 2D
Octal 320 322 23 1 0 133 22 75 123 55
Binary 11010000 11010010 10011 1 0 1011011 10010 111101 1010011 101101

Color Harmonies of #D0D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D213

Black with #D0D213

Text Example


Text Example

White with #D0D213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D213; }

 p { color: rgb(208,210,19); }

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

background-color css

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

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

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

border-color css

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

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

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