Html Css Color HEX #D2B610 Bird Flower

📋 copy color: '#D2B610'

red 210 ◦ green 182 ◦ blue 16

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

Shades of Bird Flower #D2B610

Tints of Bird Flower #D2B610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 51.47%
G = 44.61%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2B610 (or 0xD2B610) is known color: Bird Flower. HEX triplet: D2, B6 and 10. RGB value is (210,182,16). Sum of RGB (Red+Green+Blue) = 210+182+16=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B610 is #2D49EF. Grayscale: #ACACAC. Windows color (decimal): -2968048 or 1095378. OLE color: 1095378.

HSL color Cylindrical-coordinate representation of color #D2B610: hue angle of 51.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2B610 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 16 -
CMYK 0 0.13 0.92 0.18
HSL 51.34º 0.86% 0.44% -
HSV(B) 51.34º 0.92% 0.82% -
XYZ 43.4 47.19 7.31 -
YUV 171.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 210 182 16 0 0.13 0.92 0.18 51.34 0.86 0.44
Hex D2 B6 10 0 D 5C 12 33 56 2C
Octal 322 266 20 0 15 134 22 63 126 54
Binary 11010010 10110110 10000 0 1101 1011100 10010 110011 1010110 101100

Color Harmonies of #D2B610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B610

Black with #D2B610

Text Example


Text Example

White with #D2B610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B610; }

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

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

background-color css

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

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

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

border-color css

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

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

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