Html Css Color HEX #CCB214 Bird Flower

📋 copy color: '#CCB214'

red 204 ◦ green 178 ◦ blue 20

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

Shades of Bird Flower #CCB214

Tints of Bird Flower #CCB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 50.75%
G = 44.28%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB214 (or 0xCCB214) is known color: Bird Flower. HEX triplet: CC, B2 and 14. RGB value is (204,178,20). Sum of RGB (Red+Green+Blue) = 204+178+20=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB214 is #334DEB. Grayscale: #A8A8A8. Windows color (decimal): -3362284 or 1356492. OLE color: 1356492.

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

Color convert

RGB 204 178 20 -
CMYK 0 0.13 0.90 0.2
HSL 51.52º 0.82% 0.44% -
HSV(B) 51.52º 0.9% 0.8% -
XYZ 40.95 44.73 7.14 -
YUV 167.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 204 178 20 0 0.13 0.90 0.2 51.52 0.82 0.44
Hex CC B2 14 0 D 5A 14 34 52 2C
Octal 314 262 24 0 15 132 24 64 122 54
Binary 11001100 10110010 10100 0 1101 1011010 10100 110100 1010010 101100

Color Harmonies of #CCB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB214

Black with #CCB214

Text Example


Text Example

White with #CCB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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