Html Css Color HEX #D6CB14 Bird Flower

📋 copy color: '#D6CB14'

red 214 ◦ green 203 ◦ blue 20

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

Shades of Bird Flower #D6CB14

Tints of Bird Flower #D6CB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 48.97%
G = 46.45%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6CB14 (or 0xD6CB14) is known color: Bird Flower. HEX triplet: D6, CB and 14. RGB value is (214,203,20). Sum of RGB (Red+Green+Blue) = 214+203+20=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB14 is #2934EB. Grayscale: #BABABA. Windows color (decimal): -2700524 or 1362902. OLE color: 1362902.

HSL color Cylindrical-coordinate representation of color #D6CB14: hue angle of 56.6º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6CB14 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 20 -
CMYK 0 0.05 0.91 0.16
HSL 56.6º 0.83% 0.46% -
HSV(B) 56.6º 0.91% 0.84% -
XYZ 49.21 57.06 9.08 -
YUV 185.43 34.64 148.38 -
System Red Green Blue C M Y K H S L
Decimal 214 203 20 0 0.05 0.91 0.16 56.6 0.83 0.46
Hex D6 CB 14 0 5 5B 10 39 53 2E
Octal 326 313 24 0 5 133 20 71 123 56
Binary 11010110 11001011 10100 0 101 1011011 10000 111001 1010011 101110

Color Harmonies of #D6CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB14

Black with #D6CB14

Text Example


Text Example

White with #D6CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB14; }

 p { color: rgb(214,203,20); }

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

background-color css

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

 a { background-color: rgb(214,203,20); }

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

border-color css

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

 span { border-color: rgb(214,203,20); }

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