Html Css Color HEX #CDC114 Bird Flower

📋 copy color: '#CDC114'

red 205 ◦ green 193 ◦ blue 20

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

Shades of Bird Flower #CDC114

Tints of Bird Flower #CDC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 49.04%
G = 46.17%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDC114 (or 0xCDC114) is known color: Bird Flower. HEX triplet: CD, C1 and 14. RGB value is (205,193,20). Sum of RGB (Red+Green+Blue) = 205+193+20=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC114 is #323EEB. Grayscale: #B1B1B1. Windows color (decimal): -3292908 or 1360333. OLE color: 1360333.

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

Color convert

RGB 205 193 20 -
CMYK 0 0.06 0.90 0.20
HSL 56.11º 0.82% 0.44% -
HSV(B) 56.11º 0.9% 0.8% -
XYZ 44.37 51.17 8.2 -
YUV 176.87 39.48 148.07 -
System Red Green Blue C M Y K H S L
Decimal 205 193 20 0 0.06 0.90 0.20 56.11 0.82 0.44
Hex CD C1 14 0 6 5A 14 38 52 2C
Octal 315 301 24 0 6 132 24 70 122 54
Binary 11001101 11000001 10100 0 110 1011010 10100 111000 1010010 101100

Color Harmonies of #CDC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC114

Black with #CDC114

Text Example


Text Example

White with #CDC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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