Html Css Color HEX #D0C512 Bird Flower

📋 copy color: '#D0C512'

red 208 ◦ green 197 ◦ blue 18

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

Shades of Bird Flower #D0C512

Tints of Bird Flower #D0C512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 49.17%
G = 46.57%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0C512 (or 0xD0C512) is known color: Bird Flower. HEX triplet: D0, C5 and 12. RGB value is (208,197,18). Sum of RGB (Red+Green+Blue) = 208+197+18=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C512 is #2F3AED. Grayscale: #B4B4B4. Windows color (decimal): -3095278 or 1230288. OLE color: 1230288.

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

Color convert

RGB 208 197 18 -
CMYK 0 0.05 0.91 0.18
HSL 56.53º 0.84% 0.44% -
HSV(B) 56.53º 0.91% 0.82% -
XYZ 46.09 53.39 8.45 -
YUV 179.88 36.64 148.05 -
System Red Green Blue C M Y K H S L
Decimal 208 197 18 0 0.05 0.91 0.18 56.53 0.84 0.44
Hex D0 C5 12 0 5 5B 12 39 54 2C
Octal 320 305 22 0 5 133 22 71 124 54
Binary 11010000 11000101 10010 0 101 1011011 10010 111001 1010100 101100

Color Harmonies of #D0C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C512

Black with #D0C512

Text Example


Text Example

White with #D0C512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C512; }

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

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

background-color css

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

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

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

border-color css

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

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

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