Html Css Color HEX #D5D00C Bird Flower

📋 copy color: '#D5D00C'

red 213 ◦ green 208 ◦ blue 12

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

Shades of Bird Flower #D5D00C

Tints of Bird Flower #D5D00C

RGB

 RED value IS 213 (83.59% from 255) = 49.19%

 GREEN value IS 208 (81.64% from 255) = 48.04%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 49.19%
G = 48.04%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5D00C (or 0xD5D00C) is known color: Bird Flower. HEX triplet: D5, D0 and 0C. RGB value is (213,208,12). Sum of RGB (Red+Green+Blue) = 213+208+12=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D00C is #2A2FF3. Grayscale: #BBBBBB. Windows color (decimal): -2764788 or 839893. OLE color: 839893.

HSL color Cylindrical-coordinate representation of color #D5D00C: hue angle of 58.51º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5D00C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 12 -
CMYK 0 0.02 0.94 0.16
HSL 58.51º 0.89% 0.44% -
HSV(B) 58.51º 0.94% 0.84% -
XYZ 50.06 59.28 9.15 -
YUV 187.15 29.16 146.44 -
System Red Green Blue C M Y K H S L
Decimal 213 208 12 0 0.02 0.94 0.16 58.51 0.89 0.44
Hex D5 D0 C 0 2 5E 10 3B 59 2C
Octal 325 320 14 0 2 136 20 73 131 54
Binary 11010101 11010000 1100 0 10 1011110 10000 111011 1011001 101100

Color Harmonies of #D5D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D00C

Black with #D5D00C

Text Example


Text Example

White with #D5D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D00C; }

 p { color: rgb(213,208,12); }

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

background-color css

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

 a { background-color: rgb(213,208,12); }

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

border-color css

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

 span { border-color: rgb(213,208,12); }

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