Html Css Color HEX #D6C305 Bird Flower

📋 copy color: '#D6C305'

red 214 ◦ green 195 ◦ blue 5

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

Shades of Bird Flower #D6C305

Tints of Bird Flower #D6C305

RGB

 RED value IS 214 (83.98% from 255) = 51.69%

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 51.69%
G = 47.1%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6C305 (or 0xD6C305) is known color: Bird Flower. HEX triplet: D6, C3 and 05. RGB value is (214,195,5). Sum of RGB (Red+Green+Blue) = 214+195+5=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C305 is #293CFA. Grayscale: #B3B3B3. Windows color (decimal): -2702587 or 377814. OLE color: 377814.

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

Color convert

RGB 214 195 5 -
CMYK 0 0.09 0.98 0.16
HSL 54.55º 0.95% 0.43% -
HSV(B) 54.55º 0.98% 0.84% -
XYZ 47.27 53.34 7.95 -
YUV 179.02 29.79 152.95 -
System Red Green Blue C M Y K H S L
Decimal 214 195 5 0 0.09 0.98 0.16 54.55 0.95 0.43
Hex D6 C3 5 0 9 62 10 37 5F 2B
Octal 326 303 5 0 11 142 20 67 137 53
Binary 11010110 11000011 101 0 1001 1100010 10000 110111 1011111 101011

Color Harmonies of #D6C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C305

Black with #D6C305

Text Example


Text Example

White with #D6C305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C305; }

 p { color: rgb(214,195,5); }

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

background-color css

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

 a { background-color: rgb(214,195,5); }

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

border-color css

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

 span { border-color: rgb(214,195,5); }

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