Html Css Color HEX #CCB314 Bird Flower

📋 copy color: '#CCB314'

red 204 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #CCB314

Tints of Bird Flower #CCB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 50.62%
G = 44.42%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB314 (or 0xCCB314) is known color: Bird Flower. HEX triplet: CC, B3 and 14. RGB value is (204,179,20). Sum of RGB (Red+Green+Blue) = 204+179+20=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB314 is #334CEB. Grayscale: #A9A9A9. Windows color (decimal): -3362028 or 1356748. OLE color: 1356748.

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

Color convert

RGB 204 179 20 -
CMYK 0 0.12 0.90 0.2
HSL 51.85º 0.82% 0.44% -
HSV(B) 51.85º 0.9% 0.8% -
XYZ 41.15 45.13 7.2 -
YUV 168.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 204 179 20 0 0.12 0.90 0.2 51.85 0.82 0.44
Hex CC B3 14 0 C 5A 14 34 52 2C
Octal 314 263 24 0 14 132 24 64 122 54
Binary 11001100 10110011 10100 0 1100 1011010 10100 110100 1010010 101100

Color Harmonies of #CCB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB314

Black with #CCB314

Text Example


Text Example

White with #CCB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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