Html Css Color HEX #CDC119 Bird Flower

📋 copy color: '#CDC119'

red 205 ◦ green 193 ◦ blue 25

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

Shades of Bird Flower #CDC119

Tints of Bird Flower #CDC119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 48.46%
G = 45.63%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDC119 (or 0xCDC119) is known color: Bird Flower. HEX triplet: CD, C1 and 19. RGB value is (205,193,25). Sum of RGB (Red+Green+Blue) = 205+193+25=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC119 is #323EE6. Grayscale: #B2B2B2. Windows color (decimal): -3292903 or 1688013. OLE color: 1688013.

HSL color Cylindrical-coordinate representation of color #CDC119: hue angle of 56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDC119 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 193 25 -
CMYK 0 0.06 0.88 0.20
HSL 56º 0.78% 0.45% -
HSV(B) 56º 0.88% 0.8% -
XYZ 44.42 51.19 8.46 -
YUV 177.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 205 193 25 0 0.06 0.88 0.20 56 0.78 0.45
Hex CD C1 19 0 6 58 14 38 4E 2D
Octal 315 301 31 0 6 130 24 70 116 55
Binary 11001101 11000001 11001 0 110 1011000 10100 111000 1001110 101101

Color Harmonies of #CDC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC119

Black with #CDC119

Text Example


Text Example

White with #CDC119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC119; }

 p { color: rgb(205,193,25); }

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

background-color css

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

 a { background-color: rgb(205,193,25); }

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

border-color css

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

 span { border-color: rgb(205,193,25); }

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