Html Css Color HEX #CCBB12 Bird Flower

📋 copy color: '#CCBB12'

red 204 ◦ green 187 ◦ blue 18

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

Shades of Bird Flower #CCBB12

Tints of Bird Flower #CCBB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.72%

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

R = 49.88%
G = 45.72%
B = 4.4%

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

#CCBB12 (or 0xCCBB12) is known color: Bird Flower. HEX triplet: CC, BB and 12. RGB value is (204,187,18). Sum of RGB (Red+Green+Blue) = 204+187+18=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB12 is #3344ED. Grayscale: #ADADAD. Windows color (decimal): -3359982 or 1227724. OLE color: 1227724.

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

Color convert

RGB 204 187 18 -
CMYK 0 0.08 0.91 0.2
HSL 54.52º 0.84% 0.44% -
HSV(B) 54.52º 0.91% 0.8% -
XYZ 42.78 48.42 7.66 -
YUV 172.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 204 187 18 0 0.08 0.91 0.2 54.52 0.84 0.44
Hex CC BB 12 0 8 5B 14 37 54 2C
Octal 314 273 22 0 10 133 24 67 124 54
Binary 11001100 10111011 10010 0 1000 1011011 10100 110111 1010100 101100

Color Harmonies of #CCBB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB12

Black with #CCBB12

Text Example


Text Example

White with #CCBB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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