Html Css Color HEX #CDC712 Bird Flower

📋 copy color: '#CDC712'

red 205 ◦ green 199 ◦ blue 18

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

Shades of Bird Flower #CDC712

Tints of Bird Flower #CDC712

RGB

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

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

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

R = 48.58%
G = 47.16%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDC712 (or 0xCDC712) is known color: Bird Flower. HEX triplet: CD, C7 and 12. RGB value is (205,199,18). Sum of RGB (Red+Green+Blue) = 205+199+18=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC712 is #3238ED. Grayscale: #B4B4B4. Windows color (decimal): -3291374 or 1230797. OLE color: 1230797.

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

Color convert

RGB 205 199 18 -
CMYK 0 0.03 0.91 0.20
HSL 58.07º 0.84% 0.44% -
HSV(B) 58.07º 0.91% 0.8% -
XYZ 45.71 53.87 8.56 -
YUV 180.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 205 199 18 0 0.03 0.91 0.20 58.07 0.84 0.44
Hex CD C7 12 0 3 5B 14 3A 54 2C
Octal 315 307 22 0 3 133 24 72 124 54
Binary 11001101 11000111 10010 0 11 1011011 10100 111010 1010100 101100

Color Harmonies of #CDC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC712

Black with #CDC712

Text Example


Text Example

White with #CDC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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