Html Css Color HEX #D5CC0C Bird Flower

📋 copy color: '#D5CC0C'

red 213 ◦ green 204 ◦ blue 12

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

Shades of Bird Flower #D5CC0C

Tints of Bird Flower #D5CC0C

RGB

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

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

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

R = 49.65%
G = 47.55%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5CC0C (or 0xD5CC0C) is known color: Bird Flower. HEX triplet: D5, CC and 0C. RGB value is (213,204,12). Sum of RGB (Red+Green+Blue) = 213+204+12=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC0C is #2A33F3. Grayscale: #B9B9B9. Windows color (decimal): -2765812 or 838869. OLE color: 838869.

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

Color convert

RGB 213 204 12 -
CMYK 0 0.04 0.94 0.16
HSL 57.31º 0.89% 0.44% -
HSV(B) 57.31º 0.94% 0.84% -
XYZ 49.1 57.36 8.83 -
YUV 184.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 213 204 12 0 0.04 0.94 0.16 57.31 0.89 0.44
Hex D5 CC C 0 4 5E 10 39 59 2C
Octal 325 314 14 0 4 136 20 71 131 54
Binary 11010101 11001100 1100 0 100 1011110 10000 111001 1011001 101100

Color Harmonies of #D5CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC0C

Black with #D5CC0C

Text Example


Text Example

White with #D5CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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