Html Css Color HEX #D0D610 Barberry

📋 copy color: '#D0D610'

red 208 ◦ green 214 ◦ blue 16

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

Shades of Barberry #D0D610

Tints of Barberry #D0D610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.65%

R = 47.49%
G = 48.86%
B = 3.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D0D610 (or 0xD0D610) is known color: Barberry. HEX triplet: D0, D6 and 10. RGB value is (208,214,16). Sum of RGB (Red+Green+Blue) = 208+214+16=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D610 is #2F29EF. Grayscale: #BEBEBE. Windows color (decimal): -3090928 or 1103568. OLE color: 1103568.

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

Color convert

RGB 208 214 16 -
CMYK 0.03 0 0.93 0.16
HSL 61.82º 0.86% 0.45% -
HSV(B) 61.82º 0.93% 0.84% -
XYZ 50.15 61.54 9.73 -
YUV 189.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 208 214 16 0.03 0 0.93 0.16 61.82 0.86 0.45
Hex D0 D6 10 3 0 5D 10 3E 56 2D
Octal 320 326 20 3 0 135 20 76 126 55
Binary 11010000 11010110 10000 11 0 1011101 10000 111110 1010110 101101

Color Harmonies of #D0D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D610

Black with #D0D610

Text Example


Text Example

White with #D0D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D610; }

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

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

background-color css

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

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

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

border-color css

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

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

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