Html Css Color HEX #D0D61E Barberry

📋 copy color: '#D0D61E'

red 208 ◦ green 214 ◦ blue 30

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

Shades of Barberry #D0D61E

Tints of Barberry #D0D61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 30 (12.11% from 255) = 6.64%

R = 46.02%
G = 47.35%
B = 6.64%

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

#D0D61E (or 0xD0D61E) is known color: Barberry. HEX triplet: D0, D6 and 1E. RGB value is (208,214,30). Sum of RGB (Red+Green+Blue) = 208+214+30=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D61E is #2F29E1. Grayscale: #BFBFBF. Windows color (decimal): -3090914 or 2021072. OLE color: 2021072.

HSL color Cylindrical-coordinate representation of color #D0D61E: hue angle of 61.96º 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 #D0D61E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 30 -
CMYK 0.03 0 0.86 0.16
HSL 61.96º 0.75% 0.48% -
HSV(B) 61.96º 0.86% 0.84% -
XYZ 50.29 61.6 10.47 -
YUV 191.23 37.01 139.96 -
System Red Green Blue C M Y K H S L
Decimal 208 214 30 0.03 0 0.86 0.16 61.96 0.75 0.48
Hex D0 D6 1E 3 0 56 10 3E 4B 30
Octal 320 326 36 3 0 126 20 76 113 60
Binary 11010000 11010110 11110 11 0 1010110 10000 111110 1001011 110000

Color Harmonies of #D0D61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D61E

Black with #D0D61E

Text Example


Text Example

White with #D0D61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D61E; }

 p { color: rgb(208,214,30); }

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

background-color css

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

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

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

border-color css

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

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

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