Html Css Color HEX #D5CF0D Bird Flower

📋 copy color: '#D5CF0D'

red 213 ◦ green 207 ◦ blue 13

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

Shades of Bird Flower #D5CF0D

Tints of Bird Flower #D5CF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

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

R = 49.19%
G = 47.81%
B = 3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5CF0D (or 0xD5CF0D) is known color: Bird Flower. HEX triplet: D5, CF and 0D. RGB value is (213,207,13). Sum of RGB (Red+Green+Blue) = 213+207+13=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF0D is #2A30F2. Grayscale: #BBBBBB. Windows color (decimal): -2765043 or 905173. OLE color: 905173.

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

Color convert

RGB 213 207 13 -
CMYK 0 0.03 0.94 0.16
HSL 58.2º 0.88% 0.44% -
HSV(B) 58.2º 0.94% 0.84% -
XYZ 49.83 58.8 9.1 -
YUV 186.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 213 207 13 0 0.03 0.94 0.16 58.2 0.88 0.44
Hex D5 CF D 0 3 5E 10 3A 58 2C
Octal 325 317 15 0 3 136 20 72 130 54
Binary 11010101 11001111 1101 0 11 1011110 10000 111010 1011000 101100

Color Harmonies of #D5CF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF0D

Black with #D5CF0D

Text Example


Text Example

White with #D5CF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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