Html Css Color HEX #D5C00D Bird Flower

📋 copy color: '#D5C00D'

red 213 ◦ green 192 ◦ blue 13

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

Shades of Bird Flower #D5C00D

Tints of Bird Flower #D5C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 50.96%
G = 45.93%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5C00D (or 0xD5C00D) is known color: Bird Flower. HEX triplet: D5, C0 and 0D. RGB value is (213,192,13). Sum of RGB (Red+Green+Blue) = 213+192+13=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C00D is #2A3FF2. Grayscale: #B2B2B2. Windows color (decimal): -2768883 or 901333. OLE color: 901333.

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

Color convert

RGB 213 192 13 -
CMYK 0 0.10 0.94 0.16
HSL 53.7º 0.88% 0.44% -
HSV(B) 53.7º 0.94% 0.84% -
XYZ 46.36 51.87 7.95 -
YUV 177.87 34.96 153.05 -
System Red Green Blue C M Y K H S L
Decimal 213 192 13 0 0.10 0.94 0.16 53.7 0.88 0.44
Hex D5 C0 D 0 A 5E 10 36 58 2C
Octal 325 300 15 0 12 136 20 66 130 54
Binary 11010101 11000000 1101 0 1010 1011110 10000 110110 1011000 101100

Color Harmonies of #D5C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C00D

Black with #D5C00D

Text Example


Text Example

White with #D5C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C00D; }

 p { color: rgb(213,192,13); }

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

background-color css

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

 a { background-color: rgb(213,192,13); }

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

border-color css

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

 span { border-color: rgb(213,192,13); }

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