Html Css Color HEX #D0D71F Barberry

📋 copy color: '#D0D71F'

red 208 ◦ green 215 ◦ blue 31

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

Shades of Barberry #D0D71F

Tints of Barberry #D0D71F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.36%

 BLUE value IS 31 (12.5% from 255) = 6.83%

R = 45.81%
G = 47.36%
B = 6.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D0D71F (or 0xD0D71F) is known color: Barberry. HEX triplet: D0, D7 and 1F. RGB value is (208,215,31). Sum of RGB (Red+Green+Blue) = 208+215+31=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D71F is #2F28E0. Grayscale: #C0C0C0. Windows color (decimal): -3090657 or 2086864. OLE color: 2086864.

HSL color Cylindrical-coordinate representation of color #D0D71F: hue angle of 62.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0D71F is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 31 -
CMYK 0.03 0 0.86 0.16
HSL 62.28º 0.75% 0.48% -
HSV(B) 62.28º 0.86% 0.84% -
XYZ 50.56 62.11 10.62 -
YUV 191.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 208 215 31 0.03 0 0.86 0.16 62.28 0.75 0.48
Hex D0 D7 1F 3 0 56 10 3E 4B 30
Octal 320 327 37 3 0 126 20 76 113 60
Binary 11010000 11010111 11111 11 0 1010110 10000 111110 1001011 110000

Color Harmonies of #D0D71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D71F

Black with #D0D71F

Text Example


Text Example

White with #D0D71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D71F; }

 p { color: rgb(208,215,31); }

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

background-color css

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

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

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

border-color css

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

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

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