Html Css Color HEX #CDC515 Bird Flower

📋 copy color: '#CDC515'

red 205 ◦ green 197 ◦ blue 21

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

Shades of Bird Flower #CDC515

Tints of Bird Flower #CDC515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 48.46%
G = 46.57%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDC515 (or 0xCDC515) is known color: Bird Flower. HEX triplet: CD, C5 and 15. RGB value is (205,197,21). Sum of RGB (Red+Green+Blue) = 205+197+21=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC515 is #323AEA. Grayscale: #B4B4B4. Windows color (decimal): -3291883 or 1426893. OLE color: 1426893.

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

Color convert

RGB 205 197 21 -
CMYK 0 0.04 0.90 0.20
HSL 57.39º 0.81% 0.44% -
HSV(B) 57.39º 0.9% 0.8% -
XYZ 45.28 52.97 8.55 -
YUV 179.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 205 197 21 0 0.04 0.90 0.20 57.39 0.81 0.44
Hex CD C5 15 0 4 5A 14 39 51 2C
Octal 315 305 25 0 4 132 24 71 121 54
Binary 11001101 11000101 10101 0 100 1011010 10100 111001 1010001 101100

Color Harmonies of #CDC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC515

Black with #CDC515

Text Example


Text Example

White with #CDC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC515; }

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

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

background-color css

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

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

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

border-color css

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

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

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