Html Css Color HEX #D0C419 Bird Flower

📋 copy color: '#D0C419'

red 208 ◦ green 196 ◦ blue 25

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

Shades of Bird Flower #D0C419

Tints of Bird Flower #D0C419

RGB

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

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

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

R = 48.48%
G = 45.69%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0C419 (or 0xD0C419) is known color: Bird Flower. HEX triplet: D0, C4 and 19. RGB value is (208,196,25). Sum of RGB (Red+Green+Blue) = 208+196+25=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C419 is #2F3BE6. Grayscale: #B4B4B4. Windows color (decimal): -3095527 or 1688784. OLE color: 1688784.

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

Color convert

RGB 208 196 25 -
CMYK 0 0.06 0.88 0.18
HSL 56.07º 0.79% 0.46% -
HSV(B) 56.07º 0.88% 0.82% -
XYZ 45.93 52.96 8.72 -
YUV 180.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 208 196 25 0 0.06 0.88 0.18 56.07 0.79 0.46
Hex D0 C4 19 0 6 58 12 38 4F 2E
Octal 320 304 31 0 6 130 22 70 117 56
Binary 11010000 11000100 11001 0 110 1011000 10010 111000 1001111 101110

Color Harmonies of #D0C419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C419

Black with #D0C419

Text Example


Text Example

White with #D0C419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C419; }

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

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

background-color css

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

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

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

border-color css

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

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

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