Html Css Color HEX #CDC311 Bird Flower

📋 copy color: '#CDC311'

red 205 ◦ green 195 ◦ blue 17

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

Shades of Bird Flower #CDC311

Tints of Bird Flower #CDC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

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

R = 49.16%
G = 46.76%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDC311 (or 0xCDC311) is known color: Bird Flower. HEX triplet: CD, C3 and 11. RGB value is (205,195,17). Sum of RGB (Red+Green+Blue) = 205+195+17=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC311 is #323CEE. Grayscale: #B2B2B2. Windows color (decimal): -3292399 or 1164237. OLE color: 1164237.

HSL color Cylindrical-coordinate representation of color #CDC311: hue angle of 56.81º 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 #CDC311 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 195 17 -
CMYK 0 0.05 0.92 0.20
HSL 56.81º 0.85% 0.44% -
HSV(B) 56.81º 0.92% 0.8% -
XYZ 44.79 52.05 8.22 -
YUV 177.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 205 195 17 0 0.05 0.92 0.20 56.81 0.85 0.44
Hex CD C3 11 0 5 5C 14 39 55 2C
Octal 315 303 21 0 5 134 24 71 125 54
Binary 11001101 11000011 10001 0 101 1011100 10100 111001 1010101 101100

Color Harmonies of #CDC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC311

Black with #CDC311

Text Example


Text Example

White with #CDC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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