Html Css Color HEX #D0C313 Bird Flower

📋 copy color: '#D0C313'

red 208 ◦ green 195 ◦ blue 19

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

Shades of Bird Flower #D0C313

Tints of Bird Flower #D0C313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 49.29%
G = 46.21%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0C313 (or 0xD0C313) is known color: Bird Flower. HEX triplet: D0, C3 and 13. RGB value is (208,195,19). Sum of RGB (Red+Green+Blue) = 208+195+19=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C313 is #2F3CEC. Grayscale: #B3B3B3. Windows color (decimal): -3095789 or 1295312. OLE color: 1295312.

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

Color convert

RGB 208 195 19 -
CMYK 0 0.06 0.91 0.18
HSL 55.87º 0.83% 0.45% -
HSV(B) 55.87º 0.91% 0.82% -
XYZ 45.65 52.49 8.34 -
YUV 178.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 208 195 19 0 0.06 0.91 0.18 55.87 0.83 0.45
Hex D0 C3 13 0 6 5B 12 38 53 2D
Octal 320 303 23 0 6 133 22 70 123 55
Binary 11010000 11000011 10011 0 110 1011011 10010 111000 1010011 101101

Color Harmonies of #D0C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C313

Black with #D0C313

Text Example


Text Example

White with #D0C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C313; }

 p { color: rgb(208,195,19); }

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

background-color css

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

 a { background-color: rgb(208,195,19); }

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

border-color css

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

 span { border-color: rgb(208,195,19); }

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