Html Css Color HEX #CCBC14 Bird Flower

📋 copy color: '#CCBC14'

red 204 ◦ green 188 ◦ blue 20

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

Shades of Bird Flower #CCBC14

Tints of Bird Flower #CCBC14

RGB

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

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

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

R = 49.51%
G = 45.63%
B = 4.85%

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

#CCBC14 (or 0xCCBC14) is known color: Bird Flower. HEX triplet: CC, BC and 14. RGB value is (204,188,20). Sum of RGB (Red+Green+Blue) = 204+188+20=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC14 is #3343EB. Grayscale: #AEAEAE. Windows color (decimal): -3359724 or 1359052. OLE color: 1359052.

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

Color convert

RGB 204 188 20 -
CMYK 0 0.08 0.90 0.2
HSL 54.78º 0.82% 0.44% -
HSV(B) 54.78º 0.9% 0.8% -
XYZ 43.01 48.85 7.82 -
YUV 173.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 204 188 20 0 0.08 0.90 0.2 54.78 0.82 0.44
Hex CC BC 14 0 8 5A 14 37 52 2C
Octal 314 274 24 0 10 132 24 67 122 54
Binary 11001100 10111100 10100 0 1000 1011010 10100 110111 1010010 101100

Color Harmonies of #CCBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC14

Black with #CCBC14

Text Example


Text Example

White with #CCBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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