Html Css Color HEX #D6C905 Bird Flower

📋 copy color: '#D6C905'

red 214 ◦ green 201 ◦ blue 5

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

Shades of Bird Flower #D6C905

Tints of Bird Flower #D6C905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.86%

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

R = 50.95%
G = 47.86%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6C905 (or 0xD6C905) is known color: Bird Flower. HEX triplet: D6, C9 and 05. RGB value is (214,201,5). Sum of RGB (Red+Green+Blue) = 214+201+5=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C905 is #2936FA. Grayscale: #B7B7B7. Windows color (decimal): -2701051 or 379350. OLE color: 379350.

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

Color convert

RGB 214 201 5 -
CMYK 0 0.06 0.98 0.16
HSL 56.27º 0.95% 0.43% -
HSV(B) 56.27º 0.98% 0.84% -
XYZ 48.65 56.08 8.4 -
YUV 182.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 214 201 5 0 0.06 0.98 0.16 56.27 0.95 0.43
Hex D6 C9 5 0 6 62 10 38 5F 2B
Octal 326 311 5 0 6 142 20 70 137 53
Binary 11010110 11001001 101 0 110 1100010 10000 111000 1011111 101011

Color Harmonies of #D6C905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C905

Black with #D6C905

Text Example


Text Example

White with #D6C905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C905; }

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

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

background-color css

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

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

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

border-color css

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

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

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