Html Css Color HEX #CDC513 Bird Flower

📋 copy color: '#CDC513'

red 205 ◦ green 197 ◦ blue 19

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

Shades of Bird Flower #CDC513

Tints of Bird Flower #CDC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 48.69%
G = 46.79%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDC513 (or 0xCDC513) is known color: Bird Flower. HEX triplet: CD, C5 and 13. RGB value is (205,197,19). Sum of RGB (Red+Green+Blue) = 205+197+19=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC513 is #323AEC. Grayscale: #B3B3B3. Windows color (decimal): -3291885 or 1295821. OLE color: 1295821.

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

Color convert

RGB 205 197 19 -
CMYK 0 0.04 0.91 0.20
HSL 57.42º 0.83% 0.44% -
HSV(B) 57.42º 0.91% 0.8% -
XYZ 45.26 52.96 8.45 -
YUV 179.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 205 197 19 0 0.04 0.91 0.20 57.42 0.83 0.44
Hex CD C5 13 0 4 5B 14 39 53 2C
Octal 315 305 23 0 4 133 24 71 123 54
Binary 11001101 11000101 10011 0 100 1011011 10100 111001 1010011 101100

Color Harmonies of #CDC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC513

Black with #CDC513

Text Example


Text Example

White with #CDC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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