Html Css Color HEX #CCB71D Bird Flower

📋 copy color: '#CCB71D'

red 204 ◦ green 183 ◦ blue 29

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

Shades of Bird Flower #CCB71D

Tints of Bird Flower #CCB71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.99%

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

R = 49.04%
G = 43.99%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB71D (or 0xCCB71D) is known color: Bird Flower. HEX triplet: CC, B7 and 1D. RGB value is (204,183,29). Sum of RGB (Red+Green+Blue) = 204+183+29=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB71D is #3348E2. Grayscale: #ACACAC. Windows color (decimal): -3360995 or 1947596. OLE color: 1947596.

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

Color convert

RGB 204 183 29 -
CMYK 0 0.10 0.86 0.2
HSL 52.8º 0.75% 0.46% -
HSV(B) 52.8º 0.86% 0.8% -
XYZ 42.06 46.79 7.98 -
YUV 171.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 204 183 29 0 0.10 0.86 0.2 52.8 0.75 0.46
Hex CC B7 1D 0 A 56 14 35 4B 2E
Octal 314 267 35 0 12 126 24 65 113 56
Binary 11001100 10110111 11101 0 1010 1010110 10100 110101 1001011 101110

Color Harmonies of #CCB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB71D

Black with #CCB71D

Text Example


Text Example

White with #CCB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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