Html Css Color HEX #CCB31A Bird Flower

📋 copy color: '#CCB31A'

red 204 ◦ green 179 ◦ blue 26

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

Shades of Bird Flower #CCB31A

Tints of Bird Flower #CCB31A

RGB

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

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

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

R = 49.88%
G = 43.77%
B = 6.36%

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

#CCB31A (or 0xCCB31A) is known color: Bird Flower. HEX triplet: CC, B3 and 1A. RGB value is (204,179,26). Sum of RGB (Red+Green+Blue) = 204+179+26=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB31A is #334CE5. Grayscale: #A9A9A9. Windows color (decimal): -3362022 or 1749964. OLE color: 1749964.

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

Color convert

RGB 204 179 26 -
CMYK 0 0.12 0.87 0.2
HSL 51.57º 0.77% 0.45% -
HSV(B) 51.57º 0.87% 0.8% -
XYZ 41.21 45.15 7.52 -
YUV 169.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 204 179 26 0 0.12 0.87 0.2 51.57 0.77 0.45
Hex CC B3 1A 0 C 57 14 34 4D 2D
Octal 314 263 32 0 14 127 24 64 115 55
Binary 11001100 10110011 11010 0 1100 1010111 10100 110100 1001101 101101

Color Harmonies of #CCB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB31A

Black with #CCB31A

Text Example


Text Example

White with #CCB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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