Html Css Color HEX #D6C907 Bird Flower

📋 copy color: '#D6C907'

red 214 ◦ green 201 ◦ blue 7

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

Shades of Bird Flower #D6C907

Tints of Bird Flower #D6C907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 50.71%
G = 47.63%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6C907 (or 0xD6C907) is known color: Bird Flower. HEX triplet: D6, C9 and 07. RGB value is (214,201,7). Sum of RGB (Red+Green+Blue) = 214+201+7=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C907 is #2936F8. Grayscale: #B7B7B7. Windows color (decimal): -2701049 or 510422. OLE color: 510422.

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

Color convert

RGB 214 201 7 -
CMYK 0 0.06 0.97 0.16
HSL 56.23º 0.94% 0.43% -
HSV(B) 56.23º 0.97% 0.84% -
XYZ 48.66 56.08 8.46 -
YUV 182.77 28.81 150.27 -
System Red Green Blue C M Y K H S L
Decimal 214 201 7 0 0.06 0.97 0.16 56.23 0.94 0.43
Hex D6 C9 7 0 6 61 10 38 5E 2B
Octal 326 311 7 0 6 141 20 70 136 53
Binary 11010110 11001001 111 0 110 1100001 10000 111000 1011110 101011

Color Harmonies of #D6C907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C907

Black with #D6C907

Text Example


Text Example

White with #D6C907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C907; }

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

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

background-color css

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

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

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

border-color css

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

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

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