Html Css Color HEX #D6C703 Bird Flower

📋 copy color: '#D6C703'

red 214 ◦ green 199 ◦ blue 3

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

Shades of Bird Flower #D6C703

Tints of Bird Flower #D6C703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 51.44%
G = 47.84%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6C703 (or 0xD6C703) is known color: Bird Flower. HEX triplet: D6, C7 and 03. RGB value is (214,199,3). Sum of RGB (Red+Green+Blue) = 214+199+3=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C703 is #2938FC. Grayscale: #B5B5B5. Windows color (decimal): -2701565 or 247766. OLE color: 247766.

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

Color convert

RGB 214 199 3 -
CMYK 0 0.07 0.99 0.16
HSL 55.73º 0.97% 0.43% -
HSV(B) 55.73º 0.99% 0.84% -
XYZ 48.17 55.15 8.19 -
YUV 181.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 214 199 3 0 0.07 0.99 0.16 55.73 0.97 0.43
Hex D6 C7 3 0 7 63 10 38 61 2B
Octal 326 307 3 0 7 143 20 70 141 53
Binary 11010110 11000111 11 0 111 1100011 10000 111000 1100001 101011

Color Harmonies of #D6C703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C703

Black with #D6C703

Text Example


Text Example

White with #D6C703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C703; }

 p { color: rgb(214,199,3); }

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

background-color css

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

 a { background-color: rgb(214,199,3); }

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

border-color css

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

 span { border-color: rgb(214,199,3); }

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