Html Css Color HEX #D2D510 Barberry

📋 copy color: '#D2D510'

red 210 ◦ green 213 ◦ blue 16

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

Shades of Barberry #D2D510

Tints of Barberry #D2D510

RGB

 RED value IS 210 (82.42% from 255) = 47.84%

 GREEN value IS 213 (83.59% from 255) = 48.52%

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

R = 47.84%
G = 48.52%
B = 3.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D2D510 (or 0xD2D510) is known color: Barberry. HEX triplet: D2, D5 and 10. RGB value is (210,213,16). Sum of RGB (Red+Green+Blue) = 210+213+16=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D510 is #2D2AEF. Grayscale: #BEBEBE. Windows color (decimal): -2960112 or 1103314. OLE color: 1103314.

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

Color convert

RGB 210 213 16 -
CMYK 0.01 0 0.92 0.16
HSL 60.91º 0.86% 0.45% -
HSV(B) 60.91º 0.92% 0.84% -
XYZ 50.47 61.33 9.67 -
YUV 189.65 30.01 142.52 -
System Red Green Blue C M Y K H S L
Decimal 210 213 16 0.01 0 0.92 0.16 60.91 0.86 0.45
Hex D2 D5 10 1 0 5C 10 3D 56 2D
Octal 322 325 20 1 0 134 20 75 126 55
Binary 11010010 11010101 10000 1 0 1011100 10000 111101 1010110 101101

Color Harmonies of #D2D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D510

Black with #D2D510

Text Example


Text Example

White with #D2D510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D510; }

 p { color: rgb(210,213,16); }

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

background-color css

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

 a { background-color: rgb(210,213,16); }

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

border-color css

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

 span { border-color: rgb(210,213,16); }

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