Html Css Color HEX #D9C102 Bird Flower

📋 copy color: '#D9C102'

red 217 ◦ green 193 ◦ blue 2

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

Shades of Bird Flower #D9C102

Tints of Bird Flower #D9C102

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

 GREEN value IS 193 (75.78% from 255) = 46.84%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 52.67%
G = 46.84%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D9C102 (or 0xD9C102) is known color: Bird Flower. HEX triplet: D9, C1 and 02. RGB value is (217,193,2). Sum of RGB (Red+Green+Blue) = 217+193+2=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C102 is #263EFD. Grayscale: #B3B3B3. Windows color (decimal): -2506494 or 180697. OLE color: 180697.

HSL color Cylindrical-coordinate representation of color #D9C102: hue angle of 53.3º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9C102 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 2 -
CMYK 0 0.11 0.99 0.15
HSL 53.3º 0.98% 0.43% -
HSV(B) 53.3º 0.99% 0.85% -
XYZ 47.7 52.9 7.75 -
YUV 178.4 28.45 155.53 -
System Red Green Blue C M Y K H S L
Decimal 217 193 2 0 0.11 0.99 0.15 53.3 0.98 0.43
Hex D9 C1 2 0 B 63 F 35 62 2B
Octal 331 301 2 0 13 143 17 65 142 53
Binary 11011001 11000001 10 0 1011 1100011 1111 110101 1100010 101011

Color Harmonies of #D9C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C102

Black with #D9C102

Text Example


Text Example

White with #D9C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C102; }

 p { color: rgb(217,193,2); }

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

background-color css

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

 a { background-color: rgb(217,193,2); }

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

border-color css

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

 span { border-color: rgb(217,193,2); }

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