Html Css Color HEX #D5CC12 Bird Flower

📋 copy color: '#D5CC12'

red 213 ◦ green 204 ◦ blue 18

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

Shades of Bird Flower #D5CC12

Tints of Bird Flower #D5CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 48.97%
G = 46.9%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5CC12 (or 0xD5CC12) is known color: Bird Flower. HEX triplet: D5, CC and 12. RGB value is (213,204,18). Sum of RGB (Red+Green+Blue) = 213+204+18=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC12 is #2A33ED. Grayscale: #BABABA. Windows color (decimal): -2765806 or 1232085. OLE color: 1232085.

HSL color Cylindrical-coordinate representation of color #D5CC12: hue angle of 57.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5CC12 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 18 -
CMYK 0 0.04 0.92 0.16
HSL 57.23º 0.84% 0.45% -
HSV(B) 57.23º 0.92% 0.84% -
XYZ 49.14 57.38 9.06 -
YUV 185.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 213 204 18 0 0.04 0.92 0.16 57.23 0.84 0.45
Hex D5 CC 12 0 4 5C 10 39 54 2D
Octal 325 314 22 0 4 134 20 71 124 55
Binary 11010101 11001100 10010 0 100 1011100 10000 111001 1010100 101101

Color Harmonies of #D5CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC12

Black with #D5CC12

Text Example


Text Example

White with #D5CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC12; }

 p { color: rgb(213,204,18); }

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

background-color css

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

 a { background-color: rgb(213,204,18); }

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

border-color css

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

 span { border-color: rgb(213,204,18); }

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