Html Css Color HEX #CDC319 Bird Flower

📋 copy color: '#CDC319'

red 205 ◦ green 195 ◦ blue 25

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

Shades of Bird Flower #CDC319

Tints of Bird Flower #CDC319

RGB

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

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

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

R = 48.24%
G = 45.88%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDC319 (or 0xCDC319) is known color: Bird Flower. HEX triplet: CD, C3 and 19. RGB value is (205,195,25). Sum of RGB (Red+Green+Blue) = 205+195+25=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC319 is #323CE6. Grayscale: #B3B3B3. Windows color (decimal): -3292391 or 1688525. OLE color: 1688525.

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

Color convert

RGB 205 195 25 -
CMYK 0 0.05 0.88 0.20
HSL 56.67º 0.78% 0.45% -
HSV(B) 56.67º 0.88% 0.8% -
XYZ 44.87 52.08 8.61 -
YUV 178.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 205 195 25 0 0.05 0.88 0.20 56.67 0.78 0.45
Hex CD C3 19 0 5 58 14 39 4E 2D
Octal 315 303 31 0 5 130 24 71 116 55
Binary 11001101 11000011 11001 0 101 1011000 10100 111001 1001110 101101

Color Harmonies of #CDC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC319

Black with #CDC319

Text Example


Text Example

White with #CDC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC319; }

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

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

background-color css

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

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

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

border-color css

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

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

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