Html Css Color HEX #D0D504 Bird Flower

📋 copy color: '#D0D504'

red 208 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #D0D504

Tints of Bird Flower #D0D504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.12%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 48.94%
G = 50.12%
B = 0.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D0D504 (or 0xD0D504) is known color: Bird Flower. HEX triplet: D0, D5 and 04. RGB value is (208,213,4). Sum of RGB (Red+Green+Blue) = 208+213+4=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D504 is #2F2AFB. Grayscale: #BCBCBC. Windows color (decimal): -3091196 or 316880. OLE color: 316880.

HSL color Cylindrical-coordinate representation of color #D0D504: hue angle of 61.44º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0D504 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 4 -
CMYK 0.02 0 0.98 0.16
HSL 61.44º 0.96% 0.43% -
HSV(B) 61.44º 0.98% 0.84% -
XYZ 49.83 61.01 9.26 -
YUV 187.68 24.34 142.49 -
System Red Green Blue C M Y K H S L
Decimal 208 213 4 0.02 0 0.98 0.16 61.44 0.96 0.43
Hex D0 D5 4 2 0 62 10 3D 60 2B
Octal 320 325 4 2 0 142 20 75 140 53
Binary 11010000 11010101 100 10 0 1100010 10000 111101 1100000 101011

Color Harmonies of #D0D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D504

Black with #D0D504

Text Example


Text Example

White with #D0D504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D504; }

 p { color: rgb(208,213,4); }

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

background-color css

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

 a { background-color: rgb(208,213,4); }

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

border-color css

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

 span { border-color: rgb(208,213,4); }

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