Html Css Color HEX #CCB419 Bird Flower

📋 copy color: '#CCB419'

red 204 ◦ green 180 ◦ blue 25

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

Shades of Bird Flower #CCB419

Tints of Bird Flower #CCB419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 49.88%
G = 44.01%
B = 6.11%

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

#CCB419 (or 0xCCB419) is known color: Bird Flower. HEX triplet: CC, B4 and 19. RGB value is (204,180,25). Sum of RGB (Red+Green+Blue) = 204+180+25=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB419 is #334BE6. Grayscale: #AAAAAA. Windows color (decimal): -3361767 or 1684684. OLE color: 1684684.

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

Color convert

RGB 204 180 25 -
CMYK 0 0.12 0.88 0.2
HSL 51.96º 0.78% 0.45% -
HSV(B) 51.96º 0.88% 0.8% -
XYZ 41.4 45.55 7.53 -
YUV 169.51 46.45 152.6 -
System Red Green Blue C M Y K H S L
Decimal 204 180 25 0 0.12 0.88 0.2 51.96 0.78 0.45
Hex CC B4 19 0 C 58 14 34 4E 2D
Octal 314 264 31 0 14 130 24 64 116 55
Binary 11001100 10110100 11001 0 1100 1011000 10100 110100 1001110 101101

Color Harmonies of #CCB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB419

Black with #CCB419

Text Example


Text Example

White with #CCB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB419; }

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

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

background-color css

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

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

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

border-color css

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

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

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