Html Css Color HEX #CCB319 Bird Flower

📋 copy color: '#CCB319'

red 204 ◦ green 179 ◦ blue 25

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

Shades of Bird Flower #CCB319

Tints of Bird Flower #CCB319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.13%

R = 50%
G = 43.87%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB319 (or 0xCCB319) is known color: Bird Flower. HEX triplet: CC, B3 and 19. RGB value is (204,179,25). Sum of RGB (Red+Green+Blue) = 204+179+25=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB319 is #334CE6. Grayscale: #A9A9A9. Windows color (decimal): -3362023 or 1684428. OLE color: 1684428.

HSL color Cylindrical-coordinate representation of color #CCB319: hue angle of 51.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCB319 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 25 -
CMYK 0 0.12 0.88 0.2
HSL 51.62º 0.78% 0.45% -
HSV(B) 51.62º 0.88% 0.8% -
XYZ 41.2 45.15 7.46 -
YUV 168.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 204 179 25 0 0.12 0.88 0.2 51.62 0.78 0.45
Hex CC B3 19 0 C 58 14 34 4E 2D
Octal 314 263 31 0 14 130 24 64 116 55
Binary 11001100 10110011 11001 0 1100 1011000 10100 110100 1001110 101101

Color Harmonies of #CCB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB319

Black with #CCB319

Text Example


Text Example

White with #CCB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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