Html Css Color HEX #CCB21A Bird Flower

📋 copy color: '#CCB21A'

red 204 ◦ green 178 ◦ blue 26

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

Shades of Bird Flower #CCB21A

Tints of Bird Flower #CCB21A

RGB

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

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

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

R = 50%
G = 43.63%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCB21A (or 0xCCB21A) is known color: Bird Flower. HEX triplet: CC, B2 and 1A. RGB value is (204,178,26). Sum of RGB (Red+Green+Blue) = 204+178+26=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB21A is #334DE5. Grayscale: #A9A9A9. Windows color (decimal): -3362278 or 1749708. OLE color: 1749708.

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

Color convert

RGB 204 178 26 -
CMYK 0 0.13 0.87 0.2
HSL 51.24º 0.77% 0.45% -
HSV(B) 51.24º 0.87% 0.8% -
XYZ 41.01 44.75 7.45 -
YUV 168.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 204 178 26 0 0.13 0.87 0.2 51.24 0.77 0.45
Hex CC B2 1A 0 D 57 14 33 4D 2D
Octal 314 262 32 0 15 127 24 63 115 55
Binary 11001100 10110010 11010 0 1101 1010111 10100 110011 1001101 101101

Color Harmonies of #CCB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB21A

Black with #CCB21A

Text Example


Text Example

White with #CCB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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