Html Css Color HEX #D5CC0D Bird Flower

📋 copy color: '#D5CC0D'

red 213 ◦ green 204 ◦ blue 13

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

Shades of Bird Flower #D5CC0D

Tints of Bird Flower #D5CC0D

RGB

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

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

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

R = 49.53%
G = 47.44%
B = 3.02%

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

#D5CC0D (or 0xD5CC0D) is known color: Bird Flower. HEX triplet: D5, CC and 0D. RGB value is (213,204,13). Sum of RGB (Red+Green+Blue) = 213+204+13=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC0D is #2A33F2. Grayscale: #B9B9B9. Windows color (decimal): -2765811 or 904405. OLE color: 904405.

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

Color convert

RGB 213 204 13 -
CMYK 0 0.04 0.94 0.16
HSL 57.3º 0.88% 0.44% -
HSV(B) 57.3º 0.94% 0.84% -
XYZ 49.11 57.36 8.86 -
YUV 184.92 30.98 148.03 -
System Red Green Blue C M Y K H S L
Decimal 213 204 13 0 0.04 0.94 0.16 57.3 0.88 0.44
Hex D5 CC D 0 4 5E 10 39 58 2C
Octal 325 314 15 0 4 136 20 71 130 54
Binary 11010101 11001100 1101 0 100 1011110 10000 111001 1011000 101100

Color Harmonies of #D5CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC0D

Black with #D5CC0D

Text Example


Text Example

White with #D5CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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