Html Css Color HEX #D0C312 Bird Flower

📋 copy color: '#D0C312'

red 208 ◦ green 195 ◦ blue 18

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

Shades of Bird Flower #D0C312

Tints of Bird Flower #D0C312

RGB

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

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

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

R = 49.41%
G = 46.32%
B = 4.28%

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

#D0C312 (or 0xD0C312) is known color: Bird Flower. HEX triplet: D0, C3 and 12. RGB value is (208,195,18). Sum of RGB (Red+Green+Blue) = 208+195+18=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C312 is #2F3CED. Grayscale: #B3B3B3. Windows color (decimal): -3095790 or 1229776. OLE color: 1229776.

HSL color Cylindrical-coordinate representation of color #D0C312: hue angle of 55.89º 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 #D0C312 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 18 -
CMYK 0 0.06 0.91 0.18
HSL 55.89º 0.84% 0.44% -
HSV(B) 55.89º 0.91% 0.82% -
XYZ 45.64 52.48 8.3 -
YUV 178.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 208 195 18 0 0.06 0.91 0.18 55.89 0.84 0.44
Hex D0 C3 12 0 6 5B 12 38 54 2C
Octal 320 303 22 0 6 133 22 70 124 54
Binary 11010000 11000011 10010 0 110 1011011 10010 111000 1010100 101100

Color Harmonies of #D0C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C312

Black with #D0C312

Text Example


Text Example

White with #D0C312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C312; }

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

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

background-color css

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

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

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

border-color css

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

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

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