Html Css Color HEX #CCBB14 Bird Flower

📋 copy color: '#CCBB14'

red 204 ◦ green 187 ◦ blue 20

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

Shades of Bird Flower #CCBB14

Tints of Bird Flower #CCBB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 49.64%
G = 45.5%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCBB14 (or 0xCCBB14) is known color: Bird Flower. HEX triplet: CC, BB and 14. RGB value is (204,187,20). Sum of RGB (Red+Green+Blue) = 204+187+20=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB14 is #3344EB. Grayscale: #ADADAD. Windows color (decimal): -3359980 or 1358796. OLE color: 1358796.

HSL color Cylindrical-coordinate representation of color #CCBB14: hue angle of 54.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCBB14 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 20 -
CMYK 0 0.08 0.90 0.2
HSL 54.46º 0.82% 0.44% -
HSV(B) 54.46º 0.9% 0.8% -
XYZ 42.8 48.43 7.75 -
YUV 173.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 204 187 20 0 0.08 0.90 0.2 54.46 0.82 0.44
Hex CC BB 14 0 8 5A 14 36 52 2C
Octal 314 273 24 0 10 132 24 66 122 54
Binary 11001100 10111011 10100 0 1000 1011010 10100 110110 1010010 101100

Color Harmonies of #CCBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB14

Black with #CCBB14

Text Example


Text Example

White with #CCBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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