Html Css Color HEX #CCB11D Bird Flower

📋 copy color: '#CCB11D'

red 204 ◦ green 177 ◦ blue 29

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

Shades of Bird Flower #CCB11D

Tints of Bird Flower #CCB11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

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

R = 49.76%
G = 43.17%
B = 7.07%

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

#CCB11D (or 0xCCB11D) is known color: Bird Flower. HEX triplet: CC, B1 and 1D. RGB value is (204,177,29). Sum of RGB (Red+Green+Blue) = 204+177+29=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11D is #334EE2. Grayscale: #A8A8A8. Windows color (decimal): -3362531 or 1946060. OLE color: 1946060.

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

Color convert

RGB 204 177 29 -
CMYK 0 0.13 0.86 0.2
HSL 50.74º 0.75% 0.46% -
HSV(B) 50.74º 0.86% 0.8% -
XYZ 40.85 44.37 7.57 -
YUV 168.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 204 177 29 0 0.13 0.86 0.2 50.74 0.75 0.46
Hex CC B1 1D 0 D 56 14 33 4B 2E
Octal 314 261 35 0 15 126 24 63 113 56
Binary 11001100 10110001 11101 0 1101 1010110 10100 110011 1001011 101110

Color Harmonies of #CCB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB11D

Black with #CCB11D

Text Example


Text Example

White with #CCB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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