Html Css Color HEX #D2C90D Bird Flower

📋 copy color: '#D2C90D'

red 210 ◦ green 201 ◦ blue 13

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

Shades of Bird Flower #D2C90D

Tints of Bird Flower #D2C90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.41%

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

R = 49.53%
G = 47.41%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2C90D (or 0xD2C90D) is known color: Bird Flower. HEX triplet: D2, C9 and 0D. RGB value is (210,201,13). Sum of RGB (Red+Green+Blue) = 210+201+13=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C90D is #2D36F2. Grayscale: #B7B7B7. Windows color (decimal): -2963187 or 903634. OLE color: 903634.

HSL color Cylindrical-coordinate representation of color #D2C90D: hue angle of 57.26º 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 #D2C90D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 201 13 -
CMYK 0 0.04 0.94 0.18
HSL 57.26º 0.88% 0.44% -
HSV(B) 57.26º 0.94% 0.82% -
XYZ 47.54 55.5 8.59 -
YUV 182.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 210 201 13 0 0.04 0.94 0.18 57.26 0.88 0.44
Hex D2 C9 D 0 4 5E 12 39 58 2C
Octal 322 311 15 0 4 136 22 71 130 54
Binary 11010010 11001001 1101 0 100 1011110 10010 111001 1011000 101100

Color Harmonies of #D2C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C90D

Black with #D2C90D

Text Example


Text Example

White with #D2C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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