Html Css Color HEX #D5CF0C Bird Flower

📋 copy color: '#D5CF0C'

red 213 ◦ green 207 ◦ blue 12

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

Shades of Bird Flower #D5CF0C

Tints of Bird Flower #D5CF0C

RGB

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

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

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

R = 49.31%
G = 47.92%
B = 2.78%

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

#D5CF0C (or 0xD5CF0C) is known color: Bird Flower. HEX triplet: D5, CF and 0C. RGB value is (213,207,12). Sum of RGB (Red+Green+Blue) = 213+207+12=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF0C is #2A30F3. Grayscale: #BBBBBB. Windows color (decimal): -2765044 or 839637. OLE color: 839637.

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

Color convert

RGB 213 207 12 -
CMYK 0 0.03 0.94 0.16
HSL 58.21º 0.89% 0.44% -
HSV(B) 58.21º 0.94% 0.84% -
XYZ 49.82 58.8 9.07 -
YUV 186.56 29.49 146.86 -
System Red Green Blue C M Y K H S L
Decimal 213 207 12 0 0.03 0.94 0.16 58.21 0.89 0.44
Hex D5 CF C 0 3 5E 10 3A 59 2C
Octal 325 317 14 0 3 136 20 72 131 54
Binary 11010101 11001111 1100 0 11 1011110 10000 111010 1011001 101100

Color Harmonies of #D5CF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF0C

Black with #D5CF0C

Text Example


Text Example

White with #D5CF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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