Html Css Color HEX #D5C006 Bird Flower

📋 copy color: '#D5C006'

red 213 ◦ green 192 ◦ blue 6

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

Shades of Bird Flower #D5C006

Tints of Bird Flower #D5C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 51.82%
G = 46.72%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5C006 (or 0xD5C006) is known color: Bird Flower. HEX triplet: D5, C0 and 06. RGB value is (213,192,6). Sum of RGB (Red+Green+Blue) = 213+192+6=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C006 is #2A3FF9. Grayscale: #B1B1B1. Windows color (decimal): -2768890 or 442581. OLE color: 442581.

HSL color Cylindrical-coordinate representation of color #D5C006: hue angle of 53.91º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5C006 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 6 -
CMYK 0 0.10 0.97 0.16
HSL 53.91º 0.95% 0.43% -
HSV(B) 53.91º 0.97% 0.84% -
XYZ 46.32 51.86 7.74 -
YUV 177.08 31.46 153.62 -
System Red Green Blue C M Y K H S L
Decimal 213 192 6 0 0.10 0.97 0.16 53.91 0.95 0.43
Hex D5 C0 6 0 A 61 10 36 5F 2B
Octal 325 300 6 0 12 141 20 66 137 53
Binary 11010101 11000000 110 0 1010 1100001 10000 110110 1011111 101011

Color Harmonies of #D5C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C006

Black with #D5C006

Text Example


Text Example

White with #D5C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C006; }

 p { color: rgb(213,192,6); }

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

background-color css

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

 a { background-color: rgb(213,192,6); }

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

border-color css

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

 span { border-color: rgb(213,192,6); }

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