Html Css Color HEX #CCBC12 Bird Flower

📋 copy color: '#CCBC12'

red 204 ◦ green 188 ◦ blue 18

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

Shades of Bird Flower #CCBC12

Tints of Bird Flower #CCBC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

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

R = 49.76%
G = 45.85%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCBC12 (or 0xCCBC12) is known color: Bird Flower. HEX triplet: CC, BC and 12. RGB value is (204,188,18). Sum of RGB (Red+Green+Blue) = 204+188+18=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC12 is #3343ED. Grayscale: #AEAEAE. Windows color (decimal): -3359726 or 1227980. OLE color: 1227980.

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

Color convert

RGB 204 188 18 -
CMYK 0 0.08 0.91 0.2
HSL 54.84º 0.84% 0.44% -
HSV(B) 54.84º 0.91% 0.8% -
XYZ 42.99 48.85 7.73 -
YUV 173.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 204 188 18 0 0.08 0.91 0.2 54.84 0.84 0.44
Hex CC BC 12 0 8 5B 14 37 54 2C
Octal 314 274 22 0 10 133 24 67 124 54
Binary 11001100 10111100 10010 0 1000 1011011 10100 110111 1010100 101100

Color Harmonies of #CCBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC12

Black with #CCBC12

Text Example


Text Example

White with #CCBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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