Html Css Color HEX #D0C610 Bird Flower

📋 copy color: '#D0C610'

red 208 ◦ green 198 ◦ blue 16

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

Shades of Bird Flower #D0C610

Tints of Bird Flower #D0C610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.92%

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 49.29%
G = 46.92%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0C610 (or 0xD0C610) is known color: Bird Flower. HEX triplet: D0, C6 and 10. RGB value is (208,198,16). Sum of RGB (Red+Green+Blue) = 208+198+16=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C610 is #2F39EF. Grayscale: #B4B4B4. Windows color (decimal): -3095024 or 1099472. OLE color: 1099472.

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

Color convert

RGB 208 198 16 -
CMYK 0 0.05 0.92 0.18
HSL 56.88º 0.86% 0.44% -
HSV(B) 56.88º 0.92% 0.82% -
XYZ 46.3 53.84 8.44 -
YUV 180.24 35.31 147.8 -
System Red Green Blue C M Y K H S L
Decimal 208 198 16 0 0.05 0.92 0.18 56.88 0.86 0.44
Hex D0 C6 10 0 5 5C 12 39 56 2C
Octal 320 306 20 0 5 134 22 71 126 54
Binary 11010000 11000110 10000 0 101 1011100 10010 111001 1010110 101100

Color Harmonies of #D0C610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C610

Black with #D0C610

Text Example


Text Example

White with #D0C610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C610; }

 p { color: rgb(208,198,16); }

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

background-color css

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

 a { background-color: rgb(208,198,16); }

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

border-color css

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

 span { border-color: rgb(208,198,16); }

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