Html Css Color HEX #CCB21B Bird Flower

📋 copy color: '#CCB21B'

red 204 ◦ green 178 ◦ blue 27

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

Shades of Bird Flower #CCB21B

Tints of Bird Flower #CCB21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 49.88%
G = 43.52%
B = 6.6%

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

#CCB21B (or 0xCCB21B) is known color: Bird Flower. HEX triplet: CC, B2 and 1B. RGB value is (204,178,27). Sum of RGB (Red+Green+Blue) = 204+178+27=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB21B is #334DE4. Grayscale: #A9A9A9. Windows color (decimal): -3362277 or 1815244. OLE color: 1815244.

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

Color convert

RGB 204 178 27 -
CMYK 0 0.13 0.87 0.2
HSL 51.19º 0.77% 0.45% -
HSV(B) 51.19º 0.87% 0.8% -
XYZ 41.02 44.76 7.51 -
YUV 168.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 204 178 27 0 0.13 0.87 0.2 51.19 0.77 0.45
Hex CC B2 1B 0 D 57 14 33 4D 2D
Octal 314 262 33 0 15 127 24 63 115 55
Binary 11001100 10110010 11011 0 1101 1010111 10100 110011 1001101 101101

Color Harmonies of #CCB21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB21B

Black with #CCB21B

Text Example


Text Example

White with #CCB21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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