Html Css Color HEX #CDC512 Bird Flower

📋 copy color: '#CDC512'

red 205 ◦ green 197 ◦ blue 18

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

Shades of Bird Flower #CDC512

Tints of Bird Flower #CDC512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.29%

R = 48.81%
G = 46.9%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDC512 (or 0xCDC512) is known color: Bird Flower. HEX triplet: CD, C5 and 12. RGB value is (205,197,18). Sum of RGB (Red+Green+Blue) = 205+197+18=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC512 is #323AED. Grayscale: #B3B3B3. Windows color (decimal): -3291886 or 1230285. OLE color: 1230285.

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

Color convert

RGB 205 197 18 -
CMYK 0 0.04 0.91 0.20
HSL 57.43º 0.84% 0.44% -
HSV(B) 57.43º 0.91% 0.8% -
XYZ 45.25 52.96 8.41 -
YUV 178.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 205 197 18 0 0.04 0.91 0.20 57.43 0.84 0.44
Hex CD C5 12 0 4 5B 14 39 54 2C
Octal 315 305 22 0 4 133 24 71 124 54
Binary 11001101 11000101 10010 0 100 1011011 10100 111001 1010100 101100

Color Harmonies of #CDC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC512

Black with #CDC512

Text Example


Text Example

White with #CDC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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