Html Css Color HEX #CDC511 Bird Flower

📋 copy color: '#CDC511'

red 205 ◦ green 197 ◦ blue 17

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

Shades of Bird Flower #CDC511

Tints of Bird Flower #CDC511

RGB

 RED value IS 205 (80.47% from 255) = 48.93%

 GREEN value IS 197 (77.34% from 255) = 47.02%

 BLUE value IS 17 (7.03% from 255) = 4.06%

R = 48.93%
G = 47.02%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDC511 (or 0xCDC511) is known color: Bird Flower. HEX triplet: CD, C5 and 11. RGB value is (205,197,17). Sum of RGB (Red+Green+Blue) = 205+197+17=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC511 is #323AEE. Grayscale: #B3B3B3. Windows color (decimal): -3291887 or 1164749. OLE color: 1164749.

HSL color Cylindrical-coordinate representation of color #CDC511: hue angle of 57.45º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDC511 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 17 -
CMYK 0 0.04 0.92 0.20
HSL 57.45º 0.85% 0.44% -
HSV(B) 57.45º 0.92% 0.8% -
XYZ 45.24 52.95 8.37 -
YUV 178.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 205 197 17 0 0.04 0.92 0.20 57.45 0.85 0.44
Hex CD C5 11 0 4 5C 14 39 55 2C
Octal 315 305 21 0 4 134 24 71 125 54
Binary 11001101 11000101 10001 0 100 1011100 10100 111001 1010101 101100

Color Harmonies of #CDC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC511

Black with #CDC511

Text Example


Text Example

White with #CDC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC511; }

 p { color: rgb(205,197,17); }

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

background-color css

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

 a { background-color: rgb(205,197,17); }

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

border-color css

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

 span { border-color: rgb(205,197,17); }

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