Html Css Color HEX #D5C40C Bird Flower

📋 copy color: '#D5C40C'

red 213 ◦ green 196 ◦ blue 12

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

Shades of Bird Flower #D5C40C

Tints of Bird Flower #D5C40C

RGB

 RED value IS 213 (83.59% from 255) = 50.59%

 GREEN value IS 196 (76.95% from 255) = 46.56%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 50.59%
G = 46.56%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5C40C (or 0xD5C40C) is known color: Bird Flower. HEX triplet: D5, C4 and 0C. RGB value is (213,196,12). Sum of RGB (Red+Green+Blue) = 213+196+12=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C40C is #2A3BF3. Grayscale: #B4B4B4. Windows color (decimal): -2767860 or 836821. OLE color: 836821.

HSL color Cylindrical-coordinate representation of color #D5C40C: hue angle of 54.93º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5C40C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 196 12 -
CMYK 0 0.08 0.94 0.16
HSL 54.93º 0.89% 0.44% -
HSV(B) 54.93º 0.94% 0.84% -
XYZ 47.25 53.65 8.21 -
YUV 180.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 213 196 12 0 0.08 0.94 0.16 54.93 0.89 0.44
Hex D5 C4 C 0 8 5E 10 37 59 2C
Octal 325 304 14 0 10 136 20 67 131 54
Binary 11010101 11000100 1100 0 1000 1011110 10000 110111 1011001 101100

Color Harmonies of #D5C40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C40C

Black with #D5C40C

Text Example


Text Example

White with #D5C40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C40C; }

 p { color: rgb(213,196,12); }

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

background-color css

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

 a { background-color: rgb(213,196,12); }

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

border-color css

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

 span { border-color: rgb(213,196,12); }

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