Html Css Color HEX #D0D315 Barberry

📋 copy color: '#D0D315'

red 208 ◦ green 211 ◦ blue 21

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

Shades of Barberry #D0D315

Tints of Barberry #D0D315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.95%

 BLUE value IS 21 (8.59% from 255) = 4.77%

R = 47.27%
G = 47.95%
B = 4.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D0D315 (or 0xD0D315) is known color: Barberry. HEX triplet: D0, D3 and 15. RGB value is (208,211,21). Sum of RGB (Red+Green+Blue) = 208+211+21=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D315 is #2F2CEA. Grayscale: #BDBDBD. Windows color (decimal): -3091691 or 1430480. OLE color: 1430480.

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

Color convert

RGB 208 211 21 -
CMYK 0.01 0 0.90 0.17
HSL 60.95º 0.82% 0.45% -
HSV(B) 60.95º 0.9% 0.83% -
XYZ 49.44 60.05 9.69 -
YUV 188.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 208 211 21 0.01 0 0.90 0.17 60.95 0.82 0.45
Hex D0 D3 15 1 0 5A 11 3D 52 2D
Octal 320 323 25 1 0 132 21 75 122 55
Binary 11010000 11010011 10101 1 0 1011010 10001 111101 1010010 101101

Color Harmonies of #D0D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D315

Black with #D0D315

Text Example


Text Example

White with #D0D315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D315; }

 p { color: rgb(208,211,21); }

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

background-color css

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

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

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

border-color css

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

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

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