Html Css Color HEX #D5CC03 Bird Flower

📋 copy color: '#D5CC03'

red 213 ◦ green 204 ◦ blue 3

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

Shades of Bird Flower #D5CC03

Tints of Bird Flower #D5CC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 50.71%
G = 48.57%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5CC03 (or 0xD5CC03) is known color: Bird Flower. HEX triplet: D5, CC and 03. RGB value is (213,204,3). Sum of RGB (Red+Green+Blue) = 213+204+3=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC03 is #2A33FC. Grayscale: #B8B8B8. Windows color (decimal): -2765821 or 249045. OLE color: 249045.

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

Color convert

RGB 213 204 3 -
CMYK 0 0.04 0.99 0.16
HSL 57.43º 0.97% 0.42% -
HSV(B) 57.43º 0.99% 0.84% -
XYZ 49.05 57.34 8.57 -
YUV 183.78 25.98 148.84 -
System Red Green Blue C M Y K H S L
Decimal 213 204 3 0 0.04 0.99 0.16 57.43 0.97 0.42
Hex D5 CC 3 0 4 63 10 39 61 2A
Octal 325 314 3 0 4 143 20 71 141 52
Binary 11010101 11001100 11 0 100 1100011 10000 111001 1100001 101010

Color Harmonies of #D5CC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC03

Black with #D5CC03

Text Example


Text Example

White with #D5CC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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