Html Css Color HEX #D2C10D Bird Flower

📋 copy color: '#D2C10D'

red 210 ◦ green 193 ◦ blue 13

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

Shades of Bird Flower #D2C10D

Tints of Bird Flower #D2C10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.39%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 50.48%
G = 46.39%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2C10D (or 0xD2C10D) is known color: Bird Flower. HEX triplet: D2, C1 and 0D. RGB value is (210,193,13). Sum of RGB (Red+Green+Blue) = 210+193+13=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C10D is #2D3EF2. Grayscale: #B2B2B2. Windows color (decimal): -2965235 or 901586. OLE color: 901586.

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

Color convert

RGB 210 193 13 -
CMYK 0 0.08 0.94 0.18
HSL 54.82º 0.88% 0.44% -
HSV(B) 54.82º 0.94% 0.82% -
XYZ 45.72 51.87 7.98 -
YUV 177.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 210 193 13 0 0.08 0.94 0.18 54.82 0.88 0.44
Hex D2 C1 D 0 8 5E 12 37 58 2C
Octal 322 301 15 0 10 136 22 67 130 54
Binary 11010010 11000001 1101 0 1000 1011110 10010 110111 1011000 101100

Color Harmonies of #D2C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C10D

Black with #D2C10D

Text Example


Text Example

White with #D2C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C10D; }

 p { color: rgb(210,193,13); }

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

background-color css

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

 a { background-color: rgb(210,193,13); }

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

border-color css

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

 span { border-color: rgb(210,193,13); }

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