Html Css Color HEX #CCC712 Bird Flower

📋 copy color: '#CCC712'

red 204 ◦ green 199 ◦ blue 18

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

Shades of Bird Flower #CCC712

Tints of Bird Flower #CCC712

RGB

 RED value IS 204 (80.08% from 255) = 48.46%

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

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

R = 48.46%
G = 47.27%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCC712 (or 0xCCC712) is known color: Bird Flower. HEX triplet: CC, C7 and 12. RGB value is (204,199,18). Sum of RGB (Red+Green+Blue) = 204+199+18=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC712 is #3338ED. Grayscale: #B4B4B4. Windows color (decimal): -3356910 or 1230796. OLE color: 1230796.

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

Color convert

RGB 204 199 18 -
CMYK 0 0.02 0.91 0.2
HSL 58.39º 0.84% 0.44% -
HSV(B) 58.39º 0.91% 0.8% -
XYZ 45.43 53.73 8.55 -
YUV 179.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 204 199 18 0 0.02 0.91 0.2 58.39 0.84 0.44
Hex CC C7 12 0 2 5B 14 3A 54 2C
Octal 314 307 22 0 2 133 24 72 124 54
Binary 11001100 11000111 10010 0 10 1011011 10100 111010 1010100 101100

Color Harmonies of #CCC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC712

Black with #CCC712

Text Example


Text Example

White with #CCC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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