Html Css Color HEX #CCB61D Bird Flower

📋 copy color: '#CCB61D'

red 204 ◦ green 182 ◦ blue 29

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

Shades of Bird Flower #CCB61D

Tints of Bird Flower #CCB61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.86%

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

R = 49.16%
G = 43.86%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB61D (or 0xCCB61D) is known color: Bird Flower. HEX triplet: CC, B6 and 1D. RGB value is (204,182,29). Sum of RGB (Red+Green+Blue) = 204+182+29=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB61D is #3349E2. Grayscale: #ABABAB. Windows color (decimal): -3361251 or 1947340. OLE color: 1947340.

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

Color convert

RGB 204 182 29 -
CMYK 0 0.11 0.86 0.2
HSL 52.46º 0.75% 0.46% -
HSV(B) 52.46º 0.86% 0.8% -
XYZ 41.85 46.38 7.91 -
YUV 171.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 204 182 29 0 0.11 0.86 0.2 52.46 0.75 0.46
Hex CC B6 1D 0 B 56 14 34 4B 2E
Octal 314 266 35 0 13 126 24 64 113 56
Binary 11001100 10110110 11101 0 1011 1010110 10100 110100 1001011 101110

Color Harmonies of #CCB61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB61D

Black with #CCB61D

Text Example


Text Example

White with #CCB61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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