Html Css Color HEX #D0C40D Bird Flower

📋 copy color: '#D0C40D'

red 208 ◦ green 196 ◦ blue 13

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

Shades of Bird Flower #D0C40D

Tints of Bird Flower #D0C40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47%

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

R = 49.88%
G = 47%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0C40D (or 0xD0C40D) is known color: Bird Flower. HEX triplet: D0, C4 and 0D. RGB value is (208,196,13). Sum of RGB (Red+Green+Blue) = 208+196+13=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C40D is #2F3BF2. Grayscale: #B3B3B3. Windows color (decimal): -3095539 or 902352. OLE color: 902352.

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

Color convert

RGB 208 196 13 -
CMYK 0 0.06 0.94 0.18
HSL 56.31º 0.88% 0.43% -
HSV(B) 56.31º 0.94% 0.82% -
XYZ 45.83 52.92 8.18 -
YUV 178.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 208 196 13 0 0.06 0.94 0.18 56.31 0.88 0.43
Hex D0 C4 D 0 6 5E 12 38 58 2B
Octal 320 304 15 0 6 136 22 70 130 53
Binary 11010000 11000100 1101 0 110 1011110 10010 111000 1011000 101011

Color Harmonies of #D0C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C40D

Black with #D0C40D

Text Example


Text Example

White with #D0C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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