Html Css Color HEX #CCB21D Bird Flower

📋 copy color: '#CCB21D'

red 204 ◦ green 178 ◦ blue 29

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

Shades of Bird Flower #CCB21D

Tints of Bird Flower #CCB21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 49.64%
G = 43.31%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB21D (or 0xCCB21D) is known color: Bird Flower. HEX triplet: CC, B2 and 1D. RGB value is (204,178,29). Sum of RGB (Red+Green+Blue) = 204+178+29=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB21D is #334DE2. Grayscale: #A9A9A9. Windows color (decimal): -3362275 or 1946316. OLE color: 1946316.

HSL color Cylindrical-coordinate representation of color #CCB21D: hue angle of 51.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB21D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 29 -
CMYK 0 0.13 0.86 0.2
HSL 51.09º 0.75% 0.46% -
HSV(B) 51.09º 0.86% 0.8% -
XYZ 41.04 44.77 7.64 -
YUV 168.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 204 178 29 0 0.13 0.86 0.2 51.09 0.75 0.46
Hex CC B2 1D 0 D 56 14 33 4B 2E
Octal 314 262 35 0 15 126 24 63 113 56
Binary 11001100 10110010 11101 0 1101 1010110 10100 110011 1001011 101110

Color Harmonies of #CCB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB21D

Black with #CCB21D

Text Example


Text Example

White with #CCB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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