Html Css Color HEX #D0C502 Bird Flower

📋 copy color: '#D0C502'

red 208 ◦ green 197 ◦ blue 2

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

Shades of Bird Flower #D0C502

Tints of Bird Flower #D0C502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.4%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 51.11%
G = 48.4%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0C502 (or 0xD0C502) is known color: Bird Flower. HEX triplet: D0, C5 and 02. RGB value is (208,197,2). Sum of RGB (Red+Green+Blue) = 208+197+2=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C502 is #2F3AFD. Grayscale: #B2B2B2. Windows color (decimal): -3095294 or 181712. OLE color: 181712.

HSL color Cylindrical-coordinate representation of color #D0C502: hue angle of 56.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0C502 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 2 -
CMYK 0 0.05 0.99 0.18
HSL 56.8º 0.98% 0.41% -
HSV(B) 56.8º 0.99% 0.82% -
XYZ 45.99 53.35 7.93 -
YUV 178.06 28.64 149.36 -
System Red Green Blue C M Y K H S L
Decimal 208 197 2 0 0.05 0.99 0.18 56.8 0.98 0.41
Hex D0 C5 2 0 5 63 12 39 62 29
Octal 320 305 2 0 5 143 22 71 142 51
Binary 11010000 11000101 10 0 101 1100011 10010 111001 1100010 101001

Color Harmonies of #D0C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C502

Black with #D0C502

Text Example


Text Example

White with #D0C502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C502; }

 p { color: rgb(208,197,2); }

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

background-color css

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

 a { background-color: rgb(208,197,2); }

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

border-color css

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

 span { border-color: rgb(208,197,2); }

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