Html Css Color HEX #D6C315 Bird Flower

📋 copy color: '#D6C315'

red 214 ◦ green 195 ◦ blue 21

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

Shades of Bird Flower #D6C315

Tints of Bird Flower #D6C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.88%

R = 49.77%
G = 45.35%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6C315 (or 0xD6C315) is known color: Bird Flower. HEX triplet: D6, C3 and 15. RGB value is (214,195,21). Sum of RGB (Red+Green+Blue) = 214+195+21=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C315 is #293CEA. Grayscale: #B5B5B5. Windows color (decimal): -2702571 or 1426390. OLE color: 1426390.

HSL color Cylindrical-coordinate representation of color #D6C315: hue angle of 54.09º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6C315 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 195 21 -
CMYK 0 0.09 0.90 0.16
HSL 54.09º 0.82% 0.46% -
HSV(B) 54.09º 0.9% 0.84% -
XYZ 47.38 53.38 8.52 -
YUV 180.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 214 195 21 0 0.09 0.90 0.16 54.09 0.82 0.46
Hex D6 C3 15 0 9 5A 10 36 52 2E
Octal 326 303 25 0 11 132 20 66 122 56
Binary 11010110 11000011 10101 0 1001 1011010 10000 110110 1010010 101110

Color Harmonies of #D6C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C315

Black with #D6C315

Text Example


Text Example

White with #D6C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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