Html Css Color HEX #D0C119 Bird Flower

📋 copy color: '#D0C119'

red 208 ◦ green 193 ◦ blue 25

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

Shades of Bird Flower #D0C119

Tints of Bird Flower #D0C119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.87%

R = 48.83%
G = 45.31%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0C119 (or 0xD0C119) is known color: Bird Flower. HEX triplet: D0, C1 and 19. RGB value is (208,193,25). Sum of RGB (Red+Green+Blue) = 208+193+25=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C119 is #2F3EE6. Grayscale: #B3B3B3. Windows color (decimal): -3096295 or 1688016. OLE color: 1688016.

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

Color convert

RGB 208 193 25 -
CMYK 0 0.07 0.88 0.18
HSL 55.08º 0.79% 0.46% -
HSV(B) 55.08º 0.88% 0.82% -
XYZ 45.26 51.62 8.5 -
YUV 178.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 208 193 25 0 0.07 0.88 0.18 55.08 0.79 0.46
Hex D0 C1 19 0 7 58 12 37 4F 2E
Octal 320 301 31 0 7 130 22 67 117 56
Binary 11010000 11000001 11001 0 111 1011000 10010 110111 1001111 101110

Color Harmonies of #D0C119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C119

Black with #D0C119

Text Example


Text Example

White with #D0C119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C119; }

 p { color: rgb(208,193,25); }

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

background-color css

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

 a { background-color: rgb(208,193,25); }

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

border-color css

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

 span { border-color: rgb(208,193,25); }

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