Html Css Color HEX #CCB41A Bird Flower

📋 copy color: '#CCB41A'

red 204 ◦ green 180 ◦ blue 26

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

Shades of Bird Flower #CCB41A

Tints of Bird Flower #CCB41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 49.76%
G = 43.9%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCB41A (or 0xCCB41A) is known color: Bird Flower. HEX triplet: CC, B4 and 1A. RGB value is (204,180,26). Sum of RGB (Red+Green+Blue) = 204+180+26=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB41A is #334BE5. Grayscale: #AAAAAA. Windows color (decimal): -3361766 or 1750220. OLE color: 1750220.

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

Color convert

RGB 204 180 26 -
CMYK 0 0.12 0.87 0.2
HSL 51.91º 0.77% 0.45% -
HSV(B) 51.91º 0.87% 0.8% -
XYZ 41.41 45.55 7.59 -
YUV 169.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 204 180 26 0 0.12 0.87 0.2 51.91 0.77 0.45
Hex CC B4 1A 0 C 57 14 34 4D 2D
Octal 314 264 32 0 14 127 24 64 115 55
Binary 11001100 10110100 11010 0 1100 1010111 10100 110100 1001101 101101

Color Harmonies of #CCB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB41A

Black with #CCB41A

Text Example


Text Example

White with #CCB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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