Html Css Color HEX #CDC715 Bird Flower

📋 copy color: '#CDC715'

red 205 ◦ green 199 ◦ blue 21

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

Shades of Bird Flower #CDC715

Tints of Bird Flower #CDC715

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.82%

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

R = 48.24%
G = 46.82%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDC715 (or 0xCDC715) is known color: Bird Flower. HEX triplet: CD, C7 and 15. RGB value is (205,199,21). Sum of RGB (Red+Green+Blue) = 205+199+21=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC715 is #3238EA. Grayscale: #B5B5B5. Windows color (decimal): -3291371 or 1427405. OLE color: 1427405.

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

Color convert

RGB 205 199 21 -
CMYK 0 0.03 0.90 0.20
HSL 58.04º 0.81% 0.44% -
HSV(B) 58.04º 0.9% 0.8% -
XYZ 45.74 53.88 8.7 -
YUV 180.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 205 199 21 0 0.03 0.90 0.20 58.04 0.81 0.44
Hex CD C7 15 0 3 5A 14 3A 51 2C
Octal 315 307 25 0 3 132 24 72 121 54
Binary 11001101 11000111 10101 0 11 1011010 10100 111010 1010001 101100

Color Harmonies of #CDC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC715

Black with #CDC715

Text Example


Text Example

White with #CDC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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