Html Css Color HEX #D0C90D Bird Flower

📋 copy color: '#D0C90D'

red 208 ◦ green 201 ◦ blue 13

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

Shades of Bird Flower #D0C90D

Tints of Bird Flower #D0C90D

RGB

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

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

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

R = 49.29%
G = 47.63%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0C90D (or 0xD0C90D) is known color: Bird Flower. HEX triplet: D0, C9 and 0D. RGB value is (208,201,13). Sum of RGB (Red+Green+Blue) = 208+201+13=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C90D is #2F36F2. Grayscale: #B6B6B6. Windows color (decimal): -3094259 or 903632. OLE color: 903632.

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

Color convert

RGB 208 201 13 -
CMYK 0 0.03 0.94 0.18
HSL 57.85º 0.88% 0.43% -
HSV(B) 57.85º 0.94% 0.82% -
XYZ 46.97 55.21 8.56 -
YUV 181.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 208 201 13 0 0.03 0.94 0.18 57.85 0.88 0.43
Hex D0 C9 D 0 3 5E 12 3A 58 2B
Octal 320 311 15 0 3 136 22 72 130 53
Binary 11010000 11001001 1101 0 11 1011110 10010 111010 1011000 101011

Color Harmonies of #D0C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C90D

Black with #D0C90D

Text Example


Text Example

White with #D0C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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